OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTROL_AWB_REGIONS
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java
623
public static final Key<int[]>
CONTROL_AWB_REGIONS
=
[
all
...]
CaptureResult.java
361
public static final Key<int[]>
CONTROL_AWB_REGIONS
=
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraCaptureResultTest.java
281
resultKeys.add(CaptureResult.
CONTROL_AWB_REGIONS
);
/pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java
423
req.set(CaptureRequest.
CONTROL_AWB_REGIONS
, regionAWB);
Completed in 1113 milliseconds