Lines Matching full:camera
23 * Instances of this class (for each emulated camera) are created during the
25 * This class serves as an entry point for all camera API calls that defined
29 #include <camera/CameraParameters.h>
41 * disconnection from the actual camera device is handled by calls to connectDevice(),
49 * cameraId - Zero based camera identifier, which is an index of the camera
50 * instance in camera factory's array.
51 * module - Emulated camera HAL module descriptor.
63 /* Gets emulated camera device used by this instance of the emulated camera.
78 /* Next frame is available in the camera device.
79 * This is a notification callback that is invoked by the camera device when
82 * that camera device has created for frame capturing.
84 * frame - Captured frame, or NULL if camera device didn't pull the frame
86 * of the camera device class to obtain the next frame. Also note that
89 * frame settings (width + height + pixel format) for the camera device.
91 * camera_dev - Camera device instance that delivered the frame.
97 /* Entry point for notifications that occur in camera device.
104 * Camera API implementation
108 /* Creates connection to the emulated camera device.
115 /* Closes connection to the emulated camera.
122 /* Gets camera information.
131 * Camera API implementation.
132 * These methods are called from the camera API callback routines.
304 /* Cleans up camera when released. */
308 * Camera API callbacks as defined by camera_device_ops structure.
309 * See hardware/libhardware/include/hardware/camera.h for information on
382 /* Camera parameters. */
391 /* Zero-based ID assigned to this camera. */
395 /* Registered callbacks implementing camera API. */