Home
last modified time | relevance | path

Searched refs:useZeroShutterLag (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h309 bool useZeroShutterLag() const;
DStreamingProcessor.cpp122 if (params.useZeroShutterLag() && !params.recordingHint) { in updatePreviewRequest()
DCaptureSequencer.cpp365 else if (l.mParameters.useZeroShutterLag() && in manageStart()
DParameters.cpp2493 bool Parameters::useZeroShutterLag() const { in useZeroShutterLag() function in android::camera2::Parameters
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp391 p.useZeroShutterLag() ? "yes" : "no"); in dumpClient()
923 if (params.useZeroShutterLag() && in startPreviewL()