Skip to content

Commit

Permalink
Change encoder boost to 2s
Browse files Browse the repository at this point in the history
Bug: 62232453
Test: reprocessingPerformanceTestByCamera
Change-Id: If2a593ec5cc0fe2633a1ab904200cb50e40370d9
  • Loading branch information
weivincewang committed Jul 27, 2017
1 parent 460d86b commit 68aaaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power/power-8998.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 68aaaa1

Please sign in to comment.