Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81426844 authored by Rahul Ratneshwar Mandal's avatar Rahul Ratneshwar Mandal
Browse files

msm: vidc: Update avc/hevc dec capability as per PRD

allow support upto level 6.2 for AVC/HEVC decoder.

Change-Id: I095373a8dbbccee37e16f64d820261efeccbbd44
parent c57e83cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -532,10 +532,10 @@ static struct msm_vidc_codec_capability lahaina_capabilities[] = {

	/* Level for AVC, HEVC and VP9 decoder specific */
	{CAP_H264_LEVEL, DEC, H264, V4L2_MPEG_VIDEO_H264_LEVEL_1_0,
	                            V4L2_MPEG_VIDEO_H264_LEVEL_6_1, 1,
	                            V4L2_MPEG_VIDEO_H264_LEVEL_6_2, 1,
	                            V4L2_MPEG_VIDEO_H264_LEVEL_5_0},
	{CAP_HEVC_LEVEL, DEC, HEVC, V4L2_MPEG_VIDEO_HEVC_LEVEL_1,
	                            V4L2_MPEG_VIDEO_HEVC_LEVEL_6_1, 1,
	                            V4L2_MPEG_VIDEO_HEVC_LEVEL_6_2, 1,
	                            V4L2_MPEG_VIDEO_HEVC_LEVEL_5},
	{CAP_VP9_LEVEL, DEC, VP9, V4L2_MPEG_VIDC_VIDEO_VP9_LEVEL_UNUSED,
                                V4L2_MPEG_VIDC_VIDEO_VP9_LEVEL_51, 1,