media: mtk-vcodec: MT8173 h264/vp8 encoder min/max bitrate settings
Set recommend min/max bitrate range for MT8173 h264/vp8 encoder. Signed-off-by: Irui Wang <irui.wang@mediatek.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
51f7be81fe
commit
64cdf7e5a3
|
@ -392,8 +392,8 @@ static const struct mtk_vcodec_enc_pdata mt8173_avc_pdata = {
|
|||
.num_capture_formats = ARRAY_SIZE(mtk_video_formats_capture_h264),
|
||||
.output_formats = mtk_video_formats_output,
|
||||
.num_output_formats = ARRAY_SIZE(mtk_video_formats_output),
|
||||
.min_bitrate = 1,
|
||||
.max_bitrate = 4000000,
|
||||
.min_bitrate = 64,
|
||||
.max_bitrate = 60000000,
|
||||
.core_id = VENC_SYS,
|
||||
};
|
||||
|
||||
|
@ -404,7 +404,7 @@ static const struct mtk_vcodec_enc_pdata mt8173_vp8_pdata = {
|
|||
.output_formats = mtk_video_formats_output,
|
||||
.num_output_formats = ARRAY_SIZE(mtk_video_formats_output),
|
||||
.min_bitrate = 64,
|
||||
.max_bitrate = 4000000,
|
||||
.max_bitrate = 9000000,
|
||||
.core_id = VENC_LT_SYS,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue