summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-04-02 03:04:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-04-02 03:04:56 +0000
commita73b147efb3bc2c804a55ce8d1e183ad5ea2d40d (patch)
tree1839cafb8e19b6086bd9d5f01d05f7aa012bef6a
parent4f3df3f7b995c3931cc5d742c32fa74abf72ae6a (diff)
parent654acbee66063ce8d6e2acf946b9012d64ea487c (diff)
downloadlibhardware-a73b147efb3bc2c804a55ce8d1e183ad5ea2d40d.tar.gz
Snap for 5426495 from 654acbee66063ce8d6e2acf946b9012d64ea487c to qt-release
Change-Id: I5465b35fd8fd56044836f097ae5e27aa643b19b9
-rw-r--r--include/hardware/camera3.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/hardware/camera3.h b/include/hardware/camera3.h
index 0e69e7ed..7fb86dfb 100644
--- a/include/hardware/camera3.h
+++ b/include/hardware/camera3.h
@@ -2053,6 +2053,14 @@ typedef enum camera3_error_msg_code {
* available. Subsequent requests are unaffected, and the device remains
* operational. The frame_number field specifies the request for which
* result metadata won't be available.
+ *
+ * >= CAMERA_DEVICE_API_VERSION_3_6:
+ *
+ * In case the result metadata is absent for a logical camera device, then the
+ * error_stream pointer must be set to NULL.
+ * If the result metadata cannot be produced for a physical camera device, then
+ * error_stream must contain a pointer to a respective stream associated with
+ * that physical device.
*/
CAMERA3_MSG_ERROR_RESULT = 3,