Home
last modified time | relevance | path

Searched refs:stopAdvancedCapture (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h110 int32_t stopAdvancedCapture(mm_camera_advanced_capture_t type);
DQCamera2HWI.h501 int32_t stopAdvancedCapture(QCameraPicChannel *pChannel);
DQCamera2HWI.cpp4781 int32_t QCamera2HardwareInterface::stopAdvancedCapture( in stopAdvancedCapture() function in qcamera::QCamera2HardwareInterface
4788 rc = pChannel->stopAdvancedCapture(MM_CAMERA_AF_BRACKETING); in stopAdvancedCapture()
4793 rc = pChannel->stopAdvancedCapture(MM_CAMERA_FRAME_CAPTURE); in stopAdvancedCapture()
4798 rc = pChannel->stopAdvancedCapture(MM_CAMERA_AE_BRACKETING); in stopAdvancedCapture()
4800 rc = pChannel->stopAdvancedCapture(MM_CAMERA_ZOOM_1X); in stopAdvancedCapture()
5440 stopAdvancedCapture(pPicChannel); in cancelPicture()
DQCameraChannel.cpp872 int32_t QCameraPicChannel::stopAdvancedCapture(mm_camera_advanced_capture_t type) in stopAdvancedCapture() function in qcamera::QCameraPicChannel