Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp262 bool gotAllStates = true; in process3aState() local
268 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AF_MODE, in process3aState()
271 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AWB_MODE, in process3aState()
274 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AE_STATE, in process3aState()
277 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AF_STATE, in process3aState()
280 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AWB_STATE, in process3aState()
287 gotAllStates &= get3aResult<int32_t>(metadata, ANDROID_CONTROL_AF_TRIGGER_ID, in process3aState()
290 gotAllStates &= get3aResult<int32_t>(metadata, ANDROID_CONTROL_AE_PRECAPTURE_ID, in process3aState()
294 if (!gotAllStates) return BAD_VALUE; in process3aState()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1907 bool gotAllStates = true; in processPartial3AResult() local
1915 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AF_MODE, in processPartial3AResult()
1918 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AWB_MODE, in processPartial3AResult()
1921 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AE_STATE, in processPartial3AResult()
1924 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AF_STATE, in processPartial3AResult()
1927 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AWB_STATE, in processPartial3AResult()
1930 if (!gotAllStates) return false; in processPartial3AResult()