Home
last modified time | relevance | path

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

/drivers/media/platform/mediatek/vcodec/encoder/
Dmtk_vcodec_enc.c162 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(fh); in vidioc_enum_framesizes()
186 fh_to_enc_ctx(priv)->dev->venc_pdata; in vidioc_enum_fmt_vid_cap()
196 fh_to_enc_ctx(priv)->dev->venc_pdata; in vidioc_enum_fmt_vid_out()
204 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in mtk_vcodec_enc_get_chip_name()
224 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_querycap()
237 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_s_parm()
260 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_g_parm()
417 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_s_fmt_cap()
472 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_s_fmt_out()
527 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_g_fmt()
[all …]
Dmtk_vcodec_enc_drv.h220 static inline struct mtk_vcodec_enc_ctx *fh_to_enc_ctx(struct v4l2_fh *fh) in fh_to_enc_ctx() function
Dmtk_vcodec_enc_drv.c206 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(file->private_data); in fops_vcodec_release()