Home
last modified time | relevance | path

Searched refs:gotAWBState (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp277 bool gotAWBState = updatePendingState<uint8_t>(metadata, ANDROID_CONTROL_AWB_MODE, in process3aState() local
286 gotAWBState &= updatePendingState<uint8_t>(metadata, ANDROID_CONTROL_AWB_STATE, in process3aState()
324 if (gotAWBState && (frameNumber > mLastAWBFrameNumber)) { in process3aState()
340 gotAllStates &= gotAEState & gotAFState & gotAWBState; in process3aState()