Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.h37 struct mtk_enc_params enc_params; member
H A Dmtk_vcodec_enc_drv.h139 struct mtk_enc_params enc_params; member
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c867 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params()
1060 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h264()
1353 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_mpeg4()
1435 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h263()
1505 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_vp8()
1598 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_hevc()
1901 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_h264_set_aso_slice_order_v6()
H A Ds5p_mfc_enc.c1165 struct s5p_mfc_enc_params *p = &ctx->enc_params; in enc_post_seq_start()
1842 struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_enc_s_ctrl()
2290 ctx->enc_params.rc_framerate_num = in vidioc_s_parm()
2292 ctx->enc_params.rc_framerate_denom = in vidioc_s_parm()
2308 ctx->enc_params.rc_framerate_num; in vidioc_g_parm()
2310 ctx->enc_params.rc_framerate_denom; in vidioc_g_parm()
H A Ds5p_mfc_opr_v5.c679 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params()
762 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h264()
919 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_mpeg4()
998 const struct s5p_mfc_enc_params *p = &ctx->enc_params; in s5p_mfc_set_enc_params_h263()
H A Ds5p_mfc_common.h706 struct s5p_mfc_enc_params enc_params; member