commit | 1c834da07093c79d2a8fedb47836b78f00a31e2e | [log] [tgz] |
---|---|---|
author | Shuzhen Wang <shuzhenwang@google.com> | Wed Dec 18 11:17:03 2019 -0800 |
committer | Shuzhen Wang <shuzhenwang@google.com> | Tue Dec 31 07:18:16 2019 +0000 |
tree | 4542e2d86881525c694e8111686b1674bec4b8d7 | |
parent | 62f49ed06456101818acac1be1508c3439fab2fc [diff] |
Camera3: Remove mutex from ZoomRatioMapper ZoomRatioMapper's member variables are const after construction. As a result, we don't need mutex to protect updateCaptureRequest and updateCaptureResult calls. Also fixed missing zoom ratio mapping initialization for physical sub-camera. Test: testZoomRatio CTS Bug: 130025314 Change-Id: Ibe2ff7cffb13178dcf70fc9e2eb044184e58bcf2