platform_hardware_interfaces/camera
Eino-Ville Talvala 5e9a175bb1 camera.device@3.2: Minor updates
- All usage fields should be bitfields, as should dataspace.
- Remove Stream::maxBuffers. It was accidentally duplicated in the inbound
  stream configuration; it's only meant to be set by the HAL in the
  output HalStream structures.
- Clarify overrideFormat and usage field documentation.

Test: Compiles
Bug: 32991603
Change-Id: Iac922b439fafc6726ebb6cea5bc0b3dd8921bfa8
2016-12-20 17:28:22 -08:00
..
common Revert "Revert "Update makefiles for Java package path."" 2016-12-13 22:20:16 +00:00
device camera.device@3.2: Minor updates 2016-12-20 17:28:22 -08:00
metadata Revert "Revert "Update makefiles for Java package path."" 2016-12-13 22:20:16 +00:00
provider Update makefiles for hidlizing IBase. 2016-12-03 01:01:14 -08:00
Android.bp Camera: HIDLized camera HALs, first set 2016-12-02 19:43:39 +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.