Lines Matching refs:camera
25 #include <camera/Camera.h>
26 #include <camera/CameraParameters.h>
28 #include <hardware/camera.h>
49 * camera hardware abstraction layer, used for setting and getting
59 * setParameters() are used to initialize the camera instance.
63 * focusing has completed, the camera instance sends a CAMERA_MSG_FOCUS notification,
64 * which informs the application whether focusing was successful. The camera instance
68 * CameraService calls takePicture() to request the camera instance take a
84 ALOGI("Destroying camera %s", mName.string());
88 ALOGE("Could not close camera %s: %d", mName.string(), rc);
94 ALOGI("Opening camera %s", mName.string());
98 ALOGE("Could not open camera %s: %d", mName.string(), rc);
147 * include/ui/Camera.h
163 * Once received a call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), camera hal
166 * disableMsgType(CAMERA_MSG_VIDEO_FRAME) call. Camera hal clients must not
223 * Request the camera hal to store meta data or real YUV data in
225 * recording session. If it is not called, the default camera
237 * Some camera hal may not support storing meta data in the video
238 * buffers, but all camera hal should support storing real YUV data
239 * in the video buffers. If the camera hal does not support storing
242 * the camera hal to pass meta data rather than the actual frame
246 * @param enable if true to instruct the camera hal to store
248 * the camera hal to store real YUV data in the video
267 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is camera hal's responsibility
303 * It is camera hal client's responsibility to release video recording
304 * frames sent out by the camera hal before the camera hal receives
306 * the call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is camera hal's
339 * If the camera does not support auto-focus, this is a no-op.
373 * Set the camera parameters. This returns BAD_VALUE if any parameter is
384 /** Return the camera parameters. */
402 * Send command to camera driver.
423 * Dump state of the camera hardware