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.c42 struct mtk_enc_params *p = &ctx->enc_params; in vidioc_venc_s_ctrl()
213 ctx->enc_params.framerate_num = timeperframe->denominator; in vidioc_venc_s_parm()
214 ctx->enc_params.framerate_denom = timeperframe->numerator; in vidioc_venc_s_parm()
232 ctx->enc_params.framerate_num; in vidioc_venc_g_parm()
234 ctx->enc_params.framerate_denom; in vidioc_venc_g_parm()
338 struct mtk_enc_params *enc_params = &ctx->enc_params; in mtk_venc_set_param() local
357 param->h264_profile = enc_params->h264_profile; in mtk_venc_set_param()
358 param->h264_level = enc_params->h264_level; in mtk_venc_set_param()
366 param->frm_rate = enc_params->framerate_num / in mtk_venc_set_param()
367 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
/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.c1151 struct s5p_mfc_enc_params *p = &ctx->enc_params; in enc_post_seq_start()
1807 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_enc_s_ctrl()
2255 ctx->enc_params.rc_framerate_num = in vidioc_s_parm()
2257 ctx->enc_params.rc_framerate_denom = in vidioc_s_parm()
2273 ctx->enc_params.rc_framerate_num; in vidioc_g_parm()
2275 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