Home
last modified time | relevance | path

Searched refs:mtk_enc_params (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.h58 * struct mtk_enc_params - General encoding parameters
76 struct mtk_enc_params { struct
139 struct mtk_enc_params enc_params;
77 bitratemtk_enc_params global() argument
78 num_b_framemtk_enc_params global() argument
79 rc_framemtk_enc_params global() argument
80 rc_mbmtk_enc_params global() argument
81 seq_hdr_modemtk_enc_params global() argument
82 intra_periodmtk_enc_params global() argument
83 gop_sizemtk_enc_params global() argument
84 framerate_nummtk_enc_params global() argument
85 framerate_denommtk_enc_params global() argument
86 h264_max_qpmtk_enc_params global() argument
87 h264_profilemtk_enc_params global() argument
88 h264_levelmtk_enc_params global() argument
89 force_intramtk_enc_params global() argument
H A Dmtk_vcodec_enc.h37 struct mtk_enc_params enc_params;
H A Dmtk_vcodec_enc.c46 struct mtk_enc_params *p = &ctx->enc_params; in vidioc_venc_s_ctrl()
371 struct mtk_enc_params *enc_params = &ctx->enc_params; in mtk_venc_set_param()