Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_enc.c85 struct mtk_enc_params *p = &ctx->enc_params; in vidioc_venc_s_ctrl()
232 ctx->enc_params.framerate_num = in vidioc_venc_s_parm()
234 ctx->enc_params.framerate_denom = in vidioc_venc_s_parm()
253 ctx->enc_params.framerate_num; in vidioc_venc_g_parm()
255 ctx->enc_params.framerate_denom; in vidioc_venc_g_parm()
373 struct mtk_enc_params *enc_params = &ctx->enc_params; in mtk_venc_set_param() local
392 param->h264_profile = enc_params->h264_profile; in mtk_venc_set_param()
393 param->h264_level = enc_params->h264_level; in mtk_venc_set_param()
401 param->frm_rate = enc_params->framerate_num / in mtk_venc_set_param()
402 enc_params->framerate_denom; in mtk_venc_set_param()
[all …]
Dmtk_vcodec_enc.h36 struct mtk_enc_params enc_params; member
Dmtk_vcodec_drv.h273 struct mtk_enc_params enc_params; member
/Linux-v5.4/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c753 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params()
918 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h264()
1199 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_mpeg4()
1281 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h263()
1351 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_vp8()
1444 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_hevc()
1740 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_h264_set_aso_slice_order_v6()
Ds5p_mfc_enc.c1145 struct s5p_mfc_enc_params *p = &ctx->enc_params; in enc_post_seq_start()
1793 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_enc_s_ctrl()
2240 ctx->enc_params.rc_framerate_num = in vidioc_s_parm()
2242 ctx->enc_params.rc_framerate_denom = in vidioc_s_parm()
2258 ctx->enc_params.rc_framerate_num; in vidioc_g_parm()
2260 ctx->enc_params.rc_framerate_denom; in vidioc_g_parm()
Ds5p_mfc_opr_v5.c677 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params()
760 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h264()
917 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_mpeg4()
996 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h263()
Ds5p_mfc_common.h689 struct s5p_mfc_enc_params enc_params; member