From 68aaaa16ff92190cbd4e7deb772522a13fe8f2c6 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Thu, 27 Jul 2017 16:11:42 -0700 Subject: [PATCH] Change encoder boost to 2s Bug: 62232453 Test: reprocessingPerformanceTestByCamera Change-Id: If2a593ec5cc0fe2633a1ab904200cb50e40370d9 --- power/power-8998.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/power-8998.c b/power/power-8998.c index 20c56457..dbc6542f 100644 --- a/power/power-8998.c +++ b/power/power-8998.c @@ -204,7 +204,7 @@ static int process_video_encode_hint(void *data) if (data) { // TODO: remove the launch boost based on camera launch time - int duration = 1500; // boosts 1.5s for starting encoding + int duration = 2000; // boosts 2s for starting encoding boost_handle = process_boost(boost_handle, duration); ALOGD("LAUNCH ENCODER-ON: %d MS", duration); int *resource_values = NULL;