Jiang Tian
0815ba23ff
Fix full draw power usage increase issue
...
Full draw will be happened on HWUI under 90/120Hz device,there are
more draw commands under renderFrameImpl than in the 60Hz fps device,
frame.bufferAge() > (int)mSwapHistory.size() resulting in an increase
in power usage.
So need to increase (int)mSwapHistory.size() to 8, set mSwapHistory
add to 7.
Bug: 209371516
Test: Manual
Change-Id: Ic6f21e7b9dc5e7c8f36d03c57b01fa7210cff86f
Merged-In: Ic6f21e7b9dc5e7c8f36d03c57b01fa7210cff86f
2022-02-09 14:57:43 +00:00
..
2021-02-05 19:15:29 -08:00
2021-07-01 11:50:53 -07:00
2021-06-28 17:10:31 +00:00
2021-05-22 00:12:43 +00:00
2022-01-12 17:36:17 +00:00
2021-09-28 02:30:40 +00:00
2020-11-25 13:11:10 -05:00
2022-02-09 14:57:43 +00:00
2021-06-01 15:42:03 -07:00
2020-09-30 11:55:48 -07:00
2021-05-22 00:12:43 +00:00
2021-04-10 10:21:17 -07:00
2021-05-22 00:12:43 +00:00
2022-01-07 17:09:00 +00:00
2021-02-16 13:07:48 -05:00
2021-05-26 13:38:33 -04:00
2021-05-26 13:38:33 -04:00
2021-05-06 15:17:02 -07:00
2021-05-06 15:17:02 -07:00
2020-07-30 08:54:03 -07:00
2021-05-17 22:42:15 -07:00
2021-05-03 18:08:47 -07:00
2021-05-26 13:38:33 -04:00
2021-05-26 13:38:33 -04:00
2020-05-26 14:54:18 +00:00
2021-02-08 18:13:45 +00:00
2021-07-01 11:50:53 -07:00
2021-05-06 15:17:02 -07:00
2021-04-13 15:18:27 +00:00
2021-05-03 15:49:25 +02:00
2021-03-05 21:42:32 +00:00
2021-04-13 15:18:27 +00:00
2021-05-22 00:12:43 +00:00
2021-07-09 00:32:29 +00:00
2021-07-09 00:32:29 +00:00
2021-02-08 19:32:21 -05:00
2020-12-02 19:30:20 -08:00
2020-09-23 10:49:28 -07:00
2021-04-13 15:18:27 +00:00
2021-04-13 15:18:27 +00:00
2021-07-09 00:32:29 +00:00
2021-07-09 00:32:29 +00:00
2021-11-18 17:00:37 +00:00
2021-11-18 17:00:37 +00:00
2022-01-27 08:25:30 +00:00
2021-06-11 01:52:14 +00:00
2021-05-06 15:17:02 -07:00
2021-05-06 15:17:02 -07:00
2021-09-09 18:58:17 +00:00
2021-09-09 18:58:17 +00:00
2021-02-17 15:44:50 -05:00
2021-05-11 12:26:52 -04:00
2020-11-30 13:14:46 -05:00
2021-05-06 15:17:02 -07:00
2021-05-06 15:17:02 -07:00
2021-04-12 14:58:25 -04:00
2021-04-12 14:58:25 -04:00
2021-02-17 15:44:50 -05:00
2021-05-22 00:12:43 +00:00
2020-09-30 11:55:48 -07:00
2021-08-12 20:48:22 +00:00
2021-07-01 11:50:53 -07:00