Searched refs:stopAdvancedCapture (Results 1 – 4 of 4) sorted by relevance
99 int32_t stopAdvancedCapture(mm_camera_advanced_capture_t type);
477 int32_t stopAdvancedCapture(QCameraPicChannel *pChannel);
4326 int32_t QCamera2HardwareInterface::stopAdvancedCapture( in stopAdvancedCapture() function in qcamera::QCamera2HardwareInterface4333 rc = pChannel->stopAdvancedCapture(MM_CAMERA_AF_BRACKETING); in stopAdvancedCapture()4338 rc = pChannel->stopAdvancedCapture(MM_CAMERA_FRAME_CAPTURE); in stopAdvancedCapture()4341 rc = pChannel->stopAdvancedCapture(MM_CAMERA_AE_BRACKETING); in stopAdvancedCapture()4343 rc = pChannel->stopAdvancedCapture(MM_CAMERA_ZOOM_1X); in stopAdvancedCapture()4965 stopAdvancedCapture(pPicChannel); in cancelPicture()
733 int32_t QCameraPicChannel::stopAdvancedCapture(mm_camera_advanced_capture_t type) in stopAdvancedCapture() function in qcamera::QCameraPicChannel