Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp277 case Parameters::STILL_CAPTURE: in manageDone()
342 l.mParameters.state == Parameters::STILL_CAPTURE && in manageStart()
560 if (l.mParameters.state == Parameters::STILL_CAPTURE) { in manageStandardCapture()
715 if (params.state == Parameters::STILL_CAPTURE in shutterNotifyLocked()
DParameters.h188 STILL_CAPTURE, enumerator
DParameters.cpp2383 CASE_ENUM_TO_CHAR(STILL_CAPTURE) in getStateName()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp569 case Parameters::STILL_CAPTURE: in setPreviewWindowL()
626 case Parameters::STILL_CAPTURE: in setPreviewCallbackFlagL()
922 case Parameters::STILL_CAPTURE: in stopPreviewL()
1207 case Parameters::STILL_CAPTURE: in stopRecording()
1432 l.mParameters.state = Parameters::STILL_CAPTURE; in takePicture()
1466 case Parameters::STILL_CAPTURE: in takePicture()
1666 case Parameters::STILL_CAPTURE: in commandStartFaceDetectionL()
2202 case Parameters::STILL_CAPTURE: in setVideoTarget()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp3101 id = RequestTemplate::STILL_CAPTURE; in constructDefaultRequestSettings()