commit | 3e7b0969ab06258b986b71d80700d9777700277c | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Fri Dec 10 02:47:26 2021 +0000 |
committer | Ady Abraham <adyabr@google.com> | Mon Dec 13 23:55:04 2021 +0000 |
tree | e6a113c202eb4ac383ffa6444f614e39e76e90aa | |
parent | 40eb40302d0840a4637ddb264edcff84276e1a7b [diff] |
RefreshRatePolicy: set both min and max refresh rate when camera is used If app is using Camera, we set both the min and max refresh rate to the camera's preferred refresh rate to make sure we don't end up with a refresh rate lower than the camera capture rate, which will lead to dropping camera frames. Bug: 206056272 Change-Id: I5b6c49242fb6b87d662d26a29b2f159c052d386c Test: android.hardware.cts.CameraGLTest