Lines Matching refs:camera

26 #include <camera/Camera.h>
27 #include <camera/CameraParameters.h>
29 #include <hardware/camera.h>
61 * camera hardware abstraction layer, used for setting and getting
71 * setParameters() are used to initialize the camera instance.
75 * focusing has completed, the camera instance sends a CAMERA_MSG_FOCUS notification,
76 * which informs the application whether focusing was successful. The camera instance
80 * CameraService calls takePicture() to request the camera instance take a
88 public virtual hardware::camera::device::V1_0::ICameraDeviceCallback,
89 public virtual hardware::camera::device::V1_0::ICameraDevicePreviewCallback {
139 * Once received a call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), camera hal
171 * Request the camera hal to store meta data or real YUV data in
173 * recording session. If it is not called, the default camera
185 * Some camera hal may not support storing meta data in the video
186 * buffers, but all camera hal should support storing real YUV data
187 * in the video buffers. If the camera hal does not support storing
190 * the camera hal to pass meta data rather than the actual frame
194 * @param enable if true to instruct the camera hal to store
196 * the camera hal to store real YUV data in the video
209 * disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is camera hal's responsibility
228 * It is camera hal client's responsibility to release video recording
229 * frames sent out by the camera hal before the camera hal receives
231 * the call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is camera hal's
242 * It is camera hal client's responsibility to release video recording
243 * frames sent out by the camera hal before the camera hal receives
245 * the call to disableMsgType(CAMERA_MSG_VIDEO_FRAME), it is camera hal's
262 * If the camera does not support auto-focus, this is a no-op.
278 * Set the camera parameters. This returns BAD_VALUE if any parameter is
282 /** Return the camera parameters. */
286 * Send command to camera driver.
297 * Dump state of the camera hardware
303 sp<hardware::camera::device::V1_0::ICameraDevice> mHidlDevice;
411 * Implementation of android::hardware::camera::device::V1_0::ICameraDeviceCallback
414 hardware::camera::device::V1_0::NotifyCallbackMsg msgType,
421 hardware::camera::device::V1_0::DataCallbackMsg msgType,
423 const hardware::camera::device::V1_0::CameraFrameMetadata& metadata) override;
425 hardware::camera::device::V1_0::DataCallbackMsg msgType,
428 hardware::camera::device::V1_0::DataCallbackMsg msgType,
432 hardware::camera::device::V1_0::DataCallbackMsg msgType,
434 hardware::camera::device::V1_0::HandleTimestampMessage>&) override;
437 * Implementation of android::hardware::camera::device::V1_0::ICameraDevicePreviewCallback
440 hardware::Return<hardware::camera::common::V1_0::Status>
442 hardware::Return<hardware::camera::common::V1_0::Status>
444 hardware::Return<hardware::camera::common::V1_0::Status>
446 hardware::Return<hardware::camera::common::V1_0::Status>
449 hardware::Return<hardware::camera::common::V1_0::Status>
451 hardware::Return<hardware::camera::common::V1_0::Status>
453 hardware::Return<hardware::camera::common::V1_0::Status>
457 hardware::Return<hardware::camera::common::V1_0::Status>