msm: vidc: update all intra to allow more than 30 fps
Certain clients enables all intra tests for 720p @42 fps. To allow such configuration, which is within the allowed specification, extend the capability. Change-Id: I0a0247e95bb040635c92404c5a342c92c340154c Signed-off-by: Vikash Garodia <vgarodia@codeaurora.org>
This commit is contained in:
parent
1eddbdadbd
commit
ae4c88ee64
@ -289,7 +289,7 @@ static struct msm_vidc_codec_capability holi_capabilities[] = {
|
||||
{CAP_SECURE_BITRATE, DOMAINS_ALL, CODECS_ALL, 1, 35000000, 1, 20000000},
|
||||
|
||||
/* All intra encoding usecase specific */
|
||||
{CAP_ALLINTRA_MAX_FPS, ENC, H264|HEVC, 1, 30, 1, 30},
|
||||
{CAP_ALLINTRA_MAX_FPS, ENC, H264|HEVC, 1, 60, 1, 30},
|
||||
|
||||
/* Image specific */
|
||||
{CAP_HEVC_IMAGE_FRAME_WIDTH, ENC, HEVC, 128, 512, 2, 512},
|
||||
|
Loading…
Reference in New Issue
Block a user