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