Home | History | Annotate | Download | only in camera

Lines Matching refs:camera

22 //#include <camera/CameraHardwareInterface.h>
23 #include <hardware/camera.h>
29 #include <camera/Camera.h>
32 #include <system/camera.h>
33 #include <hardware/camera.h>
261 * the messages defined in include/ui/Camera.h
272 * Once received a call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), camera
275 * after the disableMsgType(CAMERA_MSG_VIDEO_FRAME) call. Camera HAL
306 * Request the camera HAL to store meta data or real YUV data in the video
308 * it is not called, the default camera HAL behavior is to store real YUV
319 * Some camera HALs may not support storing meta data in the video buffers,
320 * but all camera HALs should support storing real YUV data in the video
321 * buffers. If the camera HAL does not support storing the meta data in the
323 * returned. It is very useful for the camera HAL to pass meta data rather
328 * @param enable if true to instruct the camera HAL to store
330 * the camera HAL to store real YUV data in the video
340 * frame. Every record frame must be released by a camera HAL client via
343 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
362 * It is camera HAL client's responsibility to release video recording
363 * frames sent out by the camera HAL before the camera HAL receives a call
365 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is the camera HAL's
381 * the camera does not support auto-focus, this is a no-op.
397 * Set the camera parameters. This returns BAD_VALUE if any parameter is
403 /** Retrieve the camera parameters. The buffer returned by the camera HAL
409 /** The camera HAL uses its own memory to pass us the parameters when we
411 the camera HAL, if put_parameters is not NULL. If put_parameters
417 * Send command to camera driver.
428 * Dump state of the camera hardware
832 directly by camera */