platform_hardware_interfaces/camera
Emilian Peev aa5673385a Camera: Fix possible ExifUtils heap corruption
Both EXIF_TAG_IMAGE_WIDTH and EXIF_TAG_IMAGE_LENGTH
expect short values as per EXIF spec. Call appropriate
libexif function to avoid possible heap corruption.

Bug: 148223871
Test: Successful build
Change-Id: Ib16bf1ae8ab2093da529efe6ff0778331c3e9eb3
2020-02-18 10:20:02 -08:00
..
common Camera: Fix possible ExifUtils heap corruption 2020-02-18 10:20:02 -08:00
device Legacy camera shim: add option to free buffers earlier 2018-08-03 12:38:30 -07:00
metadata Update Android.bp via update-makefiles.sh 2018-04-18 19:34:10 +00:00
provider VTS tests to work with depth Y16 2019-02-24 09:40:24 +00: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.