Home | History | Annotate | Download | only in HAL

Lines Matching defs:startAdvancedCapture

4813  * FUNCTION   : startAdvancedCapture
4824 int32_t QCamera2HardwareInterface::startAdvancedCapture(
4831 rc = pChannel->startAdvancedCapture(MM_CAMERA_AF_BRACKETING);
4833 rc = pChannel->startAdvancedCapture(MM_CAMERA_ZOOM_1X);
4835 LOGH("startAdvancedCapture not needed for StillMore");
4838 rc = pChannel->startAdvancedCapture(MM_CAMERA_AE_BRACKETING);
4844 rc = pChannel->startAdvancedCapture(MM_CAMERA_FRAME_CAPTURE, &config);
5045 rc = startAdvancedCapture(pPicChannel);
5188 rc = startAdvancedCapture(pCapChannel);