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.h305 bool useZeroShutterLag() const;
DStreamingProcessor.cpp117 if (params.useZeroShutterLag() && !params.recordingHint) { in updatePreviewRequest()
DCaptureSequencer.cpp364 else if (l.mParameters.useZeroShutterLag() && in manageStart()
DParameters.cpp2425 bool Parameters::useZeroShutterLag() const { in useZeroShutterLag() function in android::camera2::Parameters
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp349 p.useZeroShutterLag() ? "yes" : "no"); in dumpClient()
874 if (params.useZeroShutterLag() && in startPreviewL()