Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp268 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()
329 bool FrameProcessor::get3aResult(const CameraMetadata& result, int32_t tag, in get3aResult() function in android::camera2::FrameProcessor
DFrameProcessor.h66 bool get3aResult(const CameraMetadata& result, int32_t tag, T* value,