Home | History | Annotate | Download | only in 1.0

Lines Matching refs:CAMERA

17 package android.hardware.camera.device@1.0;
20 /** The facing of the camera is opposite to that of the screen. */
22 /** The facing of the camera is the same as that of the screen. */
25 * The facing of the camera is not fixed relative to the screen.
32 * Basic information about a camera device, always accessible via
42 * The orientation of the camera image. The value is the angle that the
43 * camera image needs to be rotated clockwise so it shows correctly on the
47 * back-facing camera sensor is mounted in landscape. You are looking at the
48 * screen. If the top side of the camera sensor is aligned with the right
50 * top side of a front-facing camera sensor is aligned with the right of the
53 * An external camera device must leave this set to 0.
76 * corrupted by subsequent preview frames filled by the camera. This flag is
88 * use case is the Camera application.
99 CAMERA = 0x05,
106 * Subset of commands in /system/core/include/system/camera.h relevant for
115 * started. The camera must notify the listener of CAMERA_MSG_FACE and the
198 * the top-left of the camera field of view, and (1000, 1000) represents the
272 // The time this buffer was captured by the camera, in nanoseconds
278 * Used by camera framework to send a batch of recording frames back to camera HAL.