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

Commit c6994058 authored by Chinmay Sawarkar's avatar Chinmay Sawarkar
Browse files

msm: vidc: Increase vp8 compressed input buffer size



Increase the vp8 compressed input buffer size to full
4k yuv size. Previous value of half 4k yuv size is 
insufficient in some test scenarios.

CRs-Fixed: 2110965
Change-Id: Ib293153761ad71ab949fb0929c0a8ffb38fc672a
Signed-off-by: default avatarChinmay Sawarkar <chinmays@codeaurora.org>
parent d14a930f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -528,7 +528,7 @@ struct msm_vidc_format vdec_formats[] = {
		.name = "VP8",
		.description = "VP8 compressed format",
		.fourcc = V4L2_PIX_FMT_VP8,
		.get_frame_size = get_frame_size_compressed,
		.get_frame_size = get_frame_size_compressed_full_yuv,
		.type = OUTPUT_PORT,
		.defer_outputs = false,
	},