Home | History | Annotate | Download | only in camera

Lines Matching defs:Camera

27 // Camera represents a physical camera on a device.
28 // This is constructed when the HAL module is loaded, one per physical camera.
32 // camera devices (front, back, etc) and common to the ISP.
33 class Camera {
37 Camera(int id);
38 virtual ~Camera();
40 // Common Camera Device Operations (see <hardware/camera_common.h>)
45 // Camera v3 Device Operations (see <hardware/camera3.h>)
55 // Initialize static camera characteristics for individual device
67 // Camera device handle returned to framework for use
91 // Metadata containing persistent camera characteristics
95 // Busy flag indicates camera is in use
97 // Camera device operations handle shared by all devices
101 // Lock protecting the Camera object for modifications
103 // Lock protecting only static camera characteristics, which may
104 // be accessed without the camera device open
110 // Static array of standard camera settings templates