Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/
Dmtk_vcodec_dec.c93 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_decoder_cmd()
188 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_vdec_qbuf()
201 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_vdec_dqbuf()
213 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in mtk_vcodec_dec_get_chip_name()
235 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_vdec_querycap()
248 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(fh); in vidioc_vdec_subscribe_evt()
331 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_try_fmt_vid_cap_mplane()
349 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_try_fmt_vid_out_mplane()
370 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_vdec_g_selection()
419 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(priv); in vidioc_vdec_s_selection()
[all …]
Dmtk_vcodec_dec_drv.h294 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.c295 struct mtk_vcodec_dec_ctx *ctx = fh_to_dec_ctx(file->private_data); in fops_vcodec_release()