Lines Matching full:capture
20 * This file contains functionality for handling image capture.
133 // JPEG capture is not supported in video mode by OMX Camera
134 // Set capture format to yuv422i...jpeg encode will
588 CAMHAL_LOGEB("Error while configuring capture mode 0x%x", eError);
591 CAMHAL_LOGDA("Camera capture mode configured successfully");
606 CAMHAL_LOGEB("Error while configuring extended capture mode 0x%x", eError);
609 CAMHAL_LOGDA("Extended camera capture mode configured successfully");
615 // set vector stop method to stop in capture
723 // Handle burst capture (no any bracketing) case
725 CAMHAL_LOGE("Handle burst capture (no any bracketing) case");
772 //Otherwise, it is normal HQ capture
789 CAMHAL_LOGEB("Error while configuring capture mode 0x%x", eError);
793 CAMHAL_LOGDA("Camera capture mode configured successfully");
829 CAMHAL_LOGEB("Error while configuring extended capture mode 0x%x", eError);
833 CAMHAL_LOGDA("Extended camera capture mode configured successfully");
1014 CAMHAL_LOGEB("Image capture buffers set to %d", imgCaptureData->mNumBufs);
1110 ///Image capture was cancelled before we could start
1122 CAMHAL_LOGDA("trying starting capture when already canceled");
1132 // Camera framework doesn't expect face callbacks once capture is triggered
1135 //During bracketing image capture is already active
1257 CAMHAL_LOGDB("Queuing buffer on Capture port - %p",
1276 ///Queue all the buffers on capture port
1278 CAMHAL_LOGDB("Queuing buffer on Video port (for RAW capture) - 0x%x", ( unsigned int ) capData->mBufferHeader[index]->pBuffer);
1302 CAMHAL_LOGDB("Capture set - 0x%x", eError);
1309 CameraHal::PPM("startImageCapture image buffers queued and capture enabled: ", &mStartCapture);
1324 CAMHAL_LOGEA("Invalid State after Image Capture Exitting!!!");
1373 //Capture is not ongoing, return from here
1382 // TODO(XXX): Reprocessing is currently piggy-backing capture commands
1427 //Wait here for the capture to be done, in worst case timeout and proceed with cleanup
1433 CAMHAL_LOGEA("Invalid State Image Capture Stop Exitting!!!");
1437 // Disable image capture
1453 CAMHAL_LOGDB("Capture set - 0x%x", eError);
1473 // Moving code for below commit here as an optimization for continuous capture,
1474 // so focus settings don't have to reapplied after each capture
1475 // c78fa2a CameraHAL: Always reset focus mode after capture
1515 imgRawCaptureData = &mCameraAdapterParameters.mCameraPortParams[mCameraAdapterParameters.mVideoPortIndex]; // for RAW capture
1523 ///Disable Capture Port
1529 ///Free all the buffers on capture port
1531 CAMHAL_LOGDB("Freeing buffer on Capture port - %d", imgCaptureData->mNumBufs);
1533 CAMHAL_LOGDB("Freeing buffer on Capture port - 0x%x",
1589 CAMHAL_LOGDB("Freeing buffer on Capture port - %d", imgRawCaptureData->mNumBufs);
1591 CAMHAL_LOGDB("Freeing buffer on Capture port - 0x%x", ( unsigned int ) imgRawCaptureData->mBufferHeader[index]->pBuffer);
1818 // Enable Capture Port
1829 CAMHAL_LOGDB("OMX_UseBuffer Capture address: 0x%x, size = %d",
1888 // Regular capture is not supported
1914 // Choose proper single preview mode for cp capture (reproc or hs)
1923 CAMHAL_LOGE("Wrong state trying to start a capture in CPCAM mode?");
1995 ///Disable Capture Port
2027 ///Enable Video Capture Port