Files
hardware_interfaces/camera/device/3.4/Android.bp
Shuzhen Wang 39cf8fd9fe camera: Add physical camera metadata in CaptureResult
- When physical stream of a logical multi-camera is requested, HAL needs
to generate metadata for the physical cameras.
- In case no physical stream is requested for the logical multi-camera, no
capture result metadata is required for physical camera.
- Batch physical and logical metadata within one capture_result call.

Test: testLogicalCamera CTS test
Bug: 64691172
Change-Id: Id040620f3f0c350711d49341ab31ab88ecd94888
2018-01-24 18:14:58 -08:00

35 lines
843 B
Plaintext

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.camera.device@3.4",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"ICameraDeviceCallback.hal",
"ICameraDeviceSession.hal",
],
interfaces: [
"android.hardware.camera.common@1.0",
"android.hardware.camera.device@3.2",
"android.hardware.camera.device@3.3",
"android.hardware.graphics.common@1.0",
"android.hidl.base@1.0",
],
types: [
"CaptureRequest",
"CaptureResult",
"HalStream",
"HalStreamConfiguration",
"PhysicalCameraMetadata",
"PhysicalCameraSetting",
"RequestTemplate",
"Stream",
"StreamConfiguration",
],
gen_java: false,
}