android_system_core/include/system
Eino-Ville Talvala 0a85154c16 Add new raw image sensor HAL pixel format.
This format is exposed outside of the HAL to applications.

RAW_SENSOR is a single-channel 16-bit format, typically representing raw
Bayer-pattern images from an image sensor, with minimal processing.

The exact pixel layout of the data in the buffer is sensor-dependent, and
needs to be queried from the camera device.

Generally, not all 16 bits are used; more common values are 10 or 12
bits. All parameters to interpret the raw data (black and white points,
color space, etc) must be queried from the camera device.

This format assumes
- an even width
- an even height
- a horizontal stride multiple of 16 pixels (32 bytes).

Change-Id: I67fc72d1c2c899e258fcd53b3ab91b459e9210f0
2012-04-13 16:02:31 -07:00
..
audio.h audio: added definitions for usb audio devices 2012-04-06 14:03:09 -07:00
audio_policy.h Add AUDIO_POLICY_OUTPUT_FLAG_FAST 2012-03-26 14:08:34 -07:00
camera.h Add camera ping command and release message. 2012-03-14 10:35:53 +08:00
graphics.h Add new raw image sensor HAL pixel format. 2012-04-13 16:02:31 -07:00
window.h Merge "Added flag for cropped scaling mode" 2012-04-12 17:34:51 -07:00