Home
last modified time | relevance | path

Searched refs:enc_params (Results 1 – 7 of 7) sorted by relevance

/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_enc.c93 struct mtk_enc_params *p = &ctx->enc_params; in vidioc_venc_s_ctrl()
240 ctx->enc_params.framerate_num = in vidioc_venc_s_parm()
242 ctx->enc_params.framerate_denom = in vidioc_venc_s_parm()
261 ctx->enc_params.framerate_num; in vidioc_venc_g_parm()
263 ctx->enc_params.framerate_denom; in vidioc_venc_g_parm()
380 struct mtk_enc_params *enc_params = &ctx->enc_params; in mtk_venc_set_param() local
399 param->h264_profile = enc_params->h264_profile; in mtk_venc_set_param()
400 param->h264_level = enc_params->h264_level; in mtk_venc_set_param()
408 param->frm_rate = enc_params->framerate_num / in mtk_venc_set_param()
409 enc_params->framerate_denom; in mtk_venc_set_param()
[all …]
Dmtk_vcodec_enc.h44 struct mtk_enc_params enc_params; member
Dmtk_vcodec_drv.h240 struct mtk_enc_params enc_params; member
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c792 struct s5p_mfc_enc_params *p = &ctx->enc_params; in enc_post_seq_start()
1390 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_enc_s_ctrl()
1686 ctx->enc_params.rc_framerate_num = in vidioc_s_parm()
1688 ctx->enc_params.rc_framerate_denom = in vidioc_s_parm()
1704 ctx->enc_params.rc_framerate_num; in vidioc_g_parm()
1706 ctx->enc_params.rc_framerate_denom; in vidioc_g_parm()
Ds5p_mfc_opr_v6.c639 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params()
804 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h264()
1085 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_mpeg4()
1167 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h263()
1237 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_vp8()
1468 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_h264_set_aso_slice_order_v6()
Ds5p_mfc_opr_v5.c682 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params()
765 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h264()
922 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_mpeg4()
1001 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h263()
Ds5p_mfc_common.h639 struct s5p_mfc_enc_params enc_params; member