commit | fa52c0fd3ce1bb23450b9b9a188aa3e66e36d613 | [log] [tgz] |
---|---|---|
author | Chien-Yu Chen <cychen@google.com> | Tue Aug 22 17:50:54 2017 -0700 |
committer | Chien-Yu Chen <cychen@google.com> | Fri Sep 15 15:08:20 2017 -0700 |
tree | b34441db6a1df4b504351f6bd7a632989105bd72 | |
parent | 82d6adc7a04ff8ccdf1064ba061f361e15ae9343 [diff] [blame] |
camera: Use device level ZSL if supported If enableZsl is enabled in still capture template, disable ZSL in the framework and use device level ZSL instead. Test: CTS Bug: 64117056 Change-Id: Ia7f7e3b0212419a12bc1ccb3f708f527b8a0b12c
diff --git a/services/camera/libcameraservice/api1/Camera2Client.h b/services/camera/libcameraservice/api1/Camera2Client.h index 72315d4..5af74eb 100644 --- a/services/camera/libcameraservice/api1/Camera2Client.h +++ b/services/camera/libcameraservice/api1/Camera2Client.h
@@ -224,6 +224,8 @@ template<typename TProviderPtr> status_t initializeImpl(TProviderPtr providerPtr); + + bool isZslEnabledInStillTemplate(); }; }; // namespace android