Lines Matching refs:mtk_vcodec_enc_ctx

45 	struct mtk_vcodec_enc_ctx *ctx = ctrl_to_enc_ctx(ctrl);  in vidioc_venc_s_ctrl()
162 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(fh); in vidioc_enum_framesizes()
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()
274 static struct mtk_q_data *mtk_venc_get_q_data(struct mtk_vcodec_enc_ctx *ctx, in mtk_venc_get_q_data()
294 static int vidioc_try_fmt_out(struct mtk_vcodec_enc_ctx *ctx, struct v4l2_format *f, in vidioc_try_fmt_out()
367 static void mtk_venc_set_param(struct mtk_vcodec_enc_ctx *ctx, in mtk_venc_set_param()
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()
560 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_try_fmt_vid_cap_mplane()
582 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_try_fmt_vid_out_mplane()
603 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_g_selection()
633 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_s_selection()
658 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_qbuf()
672 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_venc_dqbuf()
710 struct mtk_vcodec_enc_ctx *ctx = fh_to_enc_ctx(priv); in vidioc_encoder_cmd()
804 struct mtk_vcodec_enc_ctx *ctx = vb2_get_drv_priv(vq); in vb2ops_venc_queue_setup()
828 struct mtk_vcodec_enc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vb2ops_venc_buf_prepare()
845 struct mtk_vcodec_enc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vb2ops_venc_buf_queue()
867 struct mtk_vcodec_enc_ctx *ctx = vb2_get_drv_priv(q); in vb2ops_venc_start_streaming()
935 struct mtk_vcodec_enc_ctx *ctx = vb2_get_drv_priv(q); in vb2ops_venc_stop_streaming()
1020 struct mtk_vcodec_enc_ctx *ctx = priv; in mtk_venc_encode_header()
1067 static int mtk_venc_param_change(struct mtk_vcodec_enc_ctx *ctx) in mtk_venc_param_change()
1140 struct mtk_vcodec_enc_ctx *ctx = container_of(work, struct mtk_vcodec_enc_ctx, in mtk_venc_worker()
1220 struct mtk_vcodec_enc_ctx *ctx = priv; in m2mops_venc_device_run()
1236 struct mtk_vcodec_enc_ctx *ctx = m2m_priv; in m2mops_venc_job_ready()
1248 struct mtk_vcodec_enc_ctx *ctx = priv; in m2mops_venc_job_abort()
1259 void mtk_vcodec_enc_set_default_params(struct mtk_vcodec_enc_ctx *ctx) in mtk_vcodec_enc_set_default_params()
1320 int mtk_vcodec_enc_ctrls_setup(struct mtk_vcodec_enc_ctx *ctx) in mtk_vcodec_enc_ctrls_setup()
1386 struct mtk_vcodec_enc_ctx *ctx = priv; in mtk_vcodec_enc_queue_init()
1421 int mtk_venc_unlock(struct mtk_vcodec_enc_ctx *ctx) in mtk_venc_unlock()
1429 int mtk_venc_lock(struct mtk_vcodec_enc_ctx *ctx) in mtk_venc_lock()
1437 void mtk_vcodec_enc_release(struct mtk_vcodec_enc_ctx *ctx) in mtk_vcodec_enc_release()