android_system_core/include
Eino-Ville Talvala a8cb3cd160 Add ANativeWindow dataSpace; update graphics formats, color spaces
First stage of adding a new dataSpace field for ANativeWindow,
for communicating format- (and endpoint-) dependent information
about graphics buffers. For most formats, dataSpace describes the
color space of the buffer, while format describes the memory layout.

For some formats, the dataSpace may also specify that the buffer
contains depth measurements, encoded images, or other kinds of
information that is not necessarily a simple 2D image.
Rename the existing colorspace enumeration to dataspace, with an added
dataspace for depth, and sRGB gamma-corrected and linear colorspaces.

Add in a definition for Android depth point clouds as a
variable-length list of float-triplet coordinates, as the underlying
layout of buffers with format HAL_PIXEL_FORMAT_BLOB and dataSpace of
HAL_DATASPACE_DEPTH.

Also remove now-unnecessary sRGB HAL graphics formats, and remove the
alias RAW_SENSOR that was left in to ease transition to RAW16.

Change-Id: I8797f67fb9c2b18da5975f2145303ca0bf98e62d
2015-03-23 19:56:58 -07:00
..
android log: Fix warning with __USE_MINGW_ANSI_STDIO 2014-06-12 13:19:51 -07:00
backtrace Allow getting an uncached process map. 2014-08-04 17:17:57 -07:00
ctest auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
cutils Add timed versions of stack dumping functions. 2015-01-14 15:24:33 -08:00
diskconfig diskconfig: Add missing include for loff_t 2012-07-23 16:11:59 -07:00
log implement LOG_EVENT_STRING 2014-07-01 12:22:04 -07:00
memtrack Moves libmemtrack header to standard location 2013-09-23 18:42:41 -07:00
mincrypt Add support for ECDSA P-256 with SHA256 2013-10-09 17:04:50 -07:00
nativebridge Handle code_cache dir creation in libnativebridge 2014-10-27 15:37:32 +00:00
netutils Refactor dhcp_utils for more flexible uses. 2015-03-02 12:26:53 +09:00
pixelflinger pixelflinger: Fix function naming typo: gglBitBlti 2010-08-10 02:56:47 +08:00
private android_filesystem: Remove setuid bits from tcpdump 2015-01-15 10:35:54 -08:00
system Add ANativeWindow dataSpace; update graphics formats, color spaces 2015-03-23 19:56:58 -07:00
sysutils Support parsing netlink route messages. 2014-06-21 10:55:07 +09:00
usbhost libusbhost: Add usb_device_set_configuration and usb_device_set_interface 2014-01-13 09:54:13 -08:00
utils Add a couple of useful string functions. 2014-06-09 14:02:52 -07:00
ziparchive Fix ExtractEntryToFile. 2013-12-13 17:56:57 +00:00
zipfile auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00