Files
hardware_interfaces/camera
Jayant Chowdhary a50356e000 camera vts : cast android_convertGralloc1To0Usage to uint32_t before passing to allocateGraphicBuffer.
This is done in order to avoid sign extension since we don't want to add additional flags.

Bug: 167517572

Test: Run VTS on devices

Change-Id: I00464b489dd14db87603bbd65211a751104ff8d3
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
2020-09-14 06:08:59 +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.