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

Commit d442afe2 authored by Priyanka Gujjula's avatar Priyanka Gujjula
Browse files

msm: vidc: Update adaptive b caps for lagoon



Update max-b-frames-per-sec from 1080p@30
to 1080p@60 as per latest recommendations.

Change-Id: Ib82b44f43fae96c0ffa54068453f9c7564e5b986
Signed-off-by: default avatarPriyanka Gujjula <pgujjula@codeaurora.org>
parent 4f9d7ba5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1120,7 +1120,7 @@ static struct msm_vidc_common_data lagoon_common_data_v0[] = {
	},
	{
		.key = "qcom,max-b-frame-mbs-per-sec",
		.value = 244800, /* ((1920x1088)/256) MBs@30fps */
		.value = 489600, /* ((1920x1088)/256) MBs@60fps */
	},
	{
		.key = "qcom,power-collapse-delay",
@@ -1200,7 +1200,7 @@ static struct msm_vidc_common_data lagoon_common_data_v1[] = {
	},
	{
		.key = "qcom,max-b-frame-mbs-per-sec",
		.value = 244800, /* ((1920x1088)/256) MBs@30fps */
		.value = 489600, /* ((1920x1088)/256) MBs@60fps */
	},
	{
		.key = "qcom,power-collapse-delay",