Merge "Change encoder boost to 2s" into oc-dr1-dev

am: febf60eefd

Change-Id: I3b74a945933272d7d802323ae78446d746469859
This commit is contained in:
Wei Wang
2017-07-29 04:34:34 +00:00
committed by android-build-merger

View File

@@ -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;