Home
last modified time | relevance | path

Searched refs:fh_to_dec_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/
Dmtk_vcodec_dec.c90 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in stateful_decoder_cmd()
135 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in stateless_decoder_cmd()
161 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_try_decoder_cmd()
171 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_decoder_cmd()
236 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_vdec_qbuf()
249 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_vdec_dqbuf()
262 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_vdec_querycap()
274 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(fh); in vidioc_vdec_subscribe_evt()
357 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_try_fmt_vid_cap_mplane()
375 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_try_fmt_vid_out_mplane()
[all …]
Dmtk_vcodec_dec_drv.h310 static inline struct mtk_vcodec_dec_ctx *fh_to_dec_ctx(struct v4l2_fh *fh) in fh_to_dec_ctx() function
Dmtk_vcodec_dec_drv.c297 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(file->private_data); in fops_vcodec_release()