From ad1304d32a8da0bd122bafd5a26f4bd0e6daec5f Mon Sep 17 00:00:00 2001 From: Yin-Chia Yeh Date: Tue, 26 Apr 2016 14:01:50 -0700 Subject: [PATCH] Camera: fix typo in dynamic black level Dynamic black level should be a capture result key. Bug: 28276885 Change-Id: Ic70b64204251d046bc3ad17048b6a9c17ee9a174 --- camera/docs/docs.html | 2 +- camera/docs/metadata_properties.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camera/docs/docs.html b/camera/docs/docs.html index fcb399d1..7bb61813 100644 --- a/camera/docs/docs.html +++ b/camera/docs/docs.html @@ -21690,7 +21690,7 @@ nth value given corresponds to the black level offset for the nth color channel listed in the CFA.

This key will be available if android.sensor.opticalBlackRegions is available or the camera device advertises this key via -CameraCharacteristics#getAvailableCaptureRequestKeys.

+CameraCharacteristics#getAvailableCaptureResultKeys.

diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml index b2168519..8071bec1 100644 --- a/camera/docs/metadata_properties.xml +++ b/camera/docs/metadata_properties.xml @@ -7206,7 +7206,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata This key will be available if android.sensor.opticalBlackRegions is available or the camera device advertises this key via - {@link android.hardware.camera2.CameraCharacteristics#getAvailableCaptureRequestKeys}. + {@link android.hardware.camera2.CameraCharacteristics#getAvailableCaptureResultKeys}. The values are given in row-column scan order, with the first value -- 2.11.0