Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestState.h200 uint8_t awb_state_ = ANDROID_CONTROL_AWB_STATE_INACTIVE; variable
DEmulatedRequestState.cpp287 awb_state_ = ANDROID_CONTROL_AWB_STATE_LOCKED; in ProcessAWB()
289 awb_state_ = ANDROID_CONTROL_AWB_STATE_CONVERGED; in ProcessAWB()
810 result->result_metadata->Set(ANDROID_CONTROL_AWB_STATE, &awb_state_, 1); in InitializeResult()