Home | History | Annotate | Download | only in V4LCameraAdapter

Lines Matching full:capture

159             CAMHAL_LOGEB("StartStreaming: Unable to start capture: %s", strerror(errno));
176 CAMHAL_LOGEB("StopStreaming: Unable to stop capture: %s", strerror(errno));
258 streamParams.parm.capture.capability = V4L2_CAP_TIMEPERFRAME;
259 streamParams.parm.capture.capturemode = V4L2_MODE_HIGHQUALITY;
260 streamParams.parm.capture.timeperframe.denominator = FPS_PERIOD;
261 streamParams.parm.capture.timeperframe.numerator= 1;
320 CAMHAL_LOGEA("Error while adapter initialization: video capture not supported.");
326 CAMHAL_LOGEA("Error while adapter initialization: Capture device does not support streaming i/o");
348 // Signal end of image capture
350 CAMHAL_LOGDB("===========Signal End Image Capture==========");
401 streamParams.parm.capture.capability = V4L2_CAP_TIMEPERFRAME;
402 streamParams.parm.capture.capturemode = V4L2_MODE_HIGHQUALITY;
403 streamParams.parm.capture.timeperframe.denominator = FPS_PERIOD;
404 streamParams.parm.capture.timeperframe.numerator= 1;
410 int actualFps = streamParams.parm.capture.timeperframe.denominator / streamParams.parm.capture.timeperframe.numerator;
456 //@warn Video capture is not fully supported yet
485 CAMHAL_LOGDB("capture- buff [%d] = 0x%x ",i, mCaptureBufs.keyAt(i));
548 CAMHAL_LOGEA("Already Capture in Progress...");
563 //configure for capture image size and pixel format.
565 CAMHAL_LOGDB("Image Capture Size WxH = %dx%d",width,height);
601 CAMHAL_LOGDA("Streaming started for Image Capture");
611 CAMHAL_LOGDA("::Capture Frame received from V4L::");
635 CAMHAL_LOGDA("::sending capture frame to encoder::");
655 // Stop streaming after image capture
1298 //check for video capture devices
1300 CAMHAL_LOGEA("Error while adapter initialization: video capture not supported.");
1319 //For now exit this loop once a valid video capture device is found.
1320 //TODO: find all V4L capture devices and it capabilities