platform_hardware_interfaces/camera
Eino-Ville Talvala 2d80c0d66f camera: Map between legacy gralloc0 usage, and HIDL gralloc1 usages
Otherwise some bits will be set incorrectly.

Also move device@1.0 to use ProducerUsageFlags instead of ProducerUsage,
and add a compatibility workaround to set the gralloc0 HW_CAMERA_ZSL flags
when ConsumerUsage::CAMERA is passed in.

Test: Camera CTS passes, updated VTS tests pass
Bug: 35215313
Change-Id: I981dc1a650f838f94d932944fe835fd267f2004d
2017-03-30 16:11:26 -07:00
..
common Update makefiles for hwtypes.h 2017-03-28 15:18:20 +00:00
device camera: Map between legacy gralloc0 usage, and HIDL gralloc1 usages 2017-03-30 16:11:26 -07:00
metadata Update makefiles for hwtypes.h 2017-03-28 15:18:20 +00:00
provider camera: Map between legacy gralloc0 usage, and HIDL gralloc1 usages 2017-03-30 16:11:26 -07:00
Android.bp Camera: default implementation of device 1.0 2017-03-01 22:24:39 -08:00
README.md Camera: HIDLized camera HALs, first set 2016-12-02 19:43:39 +00:00

Camera HALs


Overview:

The camera.* HAL tree is used by the Android camera service to discover and operate camera devices available on the device.

More details and versioning information can be found within each particular HAL.

More complete information about the Android camera HAL and subsystem can be found at source.android.com.