Home
last modified time | relevance | path

Searched defs:venc_enc_param (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/media/platform/mtk-vcodec/
Dvenc_drv_if.h90 struct venc_enc_param { struct
91 enum venc_yuv_fmt input_yuv_fmt;
92 unsigned int h264_profile;
93 unsigned int h264_level;
94 unsigned int width;
95 unsigned int height;
96 unsigned int buf_width;
97 unsigned int buf_height;
98 unsigned int frm_rate;
99 unsigned int intra_period;
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
Dvenc_drv_if.h81 struct venc_enc_param { struct
82 enum venc_yuv_fmt input_yuv_fmt;
83 unsigned int h264_profile;
84 unsigned int h264_level;
85 unsigned int width;
86 unsigned int height;
87 unsigned int buf_width;
88 unsigned int buf_height;
89 unsigned int frm_rate;
90 unsigned int intra_period;
[all …]