Lines Matching full:camera
20 * This file maps the Camera Hardware Interface to V4L2.
62 /*--------------------Camera Adapter Class STARTS here-----------------------------*/
69 property_get("debug.camera.showfps", value, "0");
83 CAMHAL_LOGEB("Error while opening handle to V4L2 Camera: %s", strerror(errno));
90 CAMHAL_LOGEA("Error when querying the capabilities of the V4L Camera");
235 /* Check if camera can handle NB_BUFFER buffers */
274 //Associate each Camera internal buffer with the one from Overlay
324 // Create and start preview thread for receiving buffers from V4L Camera
402 //by camera service when VSTAB/VNF is turned ON for example
441 LOGD("Camera %d Frames, %f FPS", mFrameCount, mFps);
498 // Close the camera handle and free the video info structure
539 //convert from YUYV to UYVY supported in Camera service
572 CAMHAL_LOGDB("New OMX Camera adapter instance created for sensor %d",sensor_index);
574 CAMHAL_LOGEA("Camera adapter create failed!");
595 // TODO: Need to tell camera properties what other cameras we can support
610 /*--------------------Camera Adapter Class ENDS here-----------------------------*/