Lines Matching refs:camera
22 * functionality common to all version 1.0 emulated camera devices ("fake",
24 * camera) are created during the construction of the EmulatedCameraFactory
25 * instance. This class serves as an entry point for all camera API calls that
29 #include <camera/CameraParameters.h>
37 /* Encapsulates functionality common to all version 1.0 emulated camera devices
42 * disconnection from the actual camera device is handled by calls to
50 * cameraId - Zero based camera identifier, which is an index of the camera
51 * instance in camera factory's array.
52 * module - Emulated camera HAL module descriptor.
65 /* Gets emulated camera device used by this instance of the emulated camera.
77 /* Next frame is available in the camera device.
78 * This is a notification callback that is invoked by the camera device when
81 * that camera device has created for frame capturing.
83 * frame - Captured frame, or NULL if camera device didn't pull the frame
85 * of the camera device class to obtain the next frame. Also note that
88 * frame settings (width + height + pixel format) for the camera device.
90 * camera_dev - Camera device instance that delivered the frame.
96 /* Entry point for notifications that occur in camera device.
103 * Camera API implementation
117 * Camera API implementation.
118 * These methods are called from the camera API callback routines.
290 /* Cleans up camera when released. */
294 * Camera API callbacks as defined by camera_device_ops structure.
295 * See hardware/libhardware/include/hardware/camera.h for information on
368 /* Camera parameters. */
378 /* Registered callbacks implementing camera API. */