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

Commit 2922c259 authored by Maheshwar Ajja's avatar Maheshwar Ajja Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: enable cvp usage



Enable CVP usage to improve encoded video quality.

Change-Id: Ice0b6590435c094fa52bedb89f65150ab0c9a378
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent 37915f19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ bool msm_vidc_fw_coverage = !true;
bool msm_vidc_thermal_mitigation_disabled = !true;
int msm_vidc_clock_voting = !1;
bool msm_vidc_syscache_disable = !true;
bool msm_vidc_cvp_usage = !true;
bool msm_vidc_cvp_usage = true;

#define MAX_DBG_BUF_SIZE 4096