HomeSort by relevance Sort by last modified time
    Searched defs:awbState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.h 79 camera_metadata_enum_android_control_awb_state awbState;
90 awbState((camera_metadata_enum_android_control_awb_state)NOT_SET),
  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureTest.java 149 int awbState = result.get(CaptureResult.CONTROL_AWB_STATE);
152 Log.d(TAG, "aeState: " + aeState + ". awbState: " + awbState);
157 awbState == CaptureResult.CONTROL_AWB_STATE_CONVERGED) {

Completed in 66 milliseconds