Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1958 if (!insert3AResult(min3AResult.mMetadata, ANDROID_REQUEST_FRAME_COUNT, in processPartial3AResult()
1965 if (!insert3AResult(min3AResult.mMetadata, ANDROID_REQUEST_ID, in processPartial3AResult()
1972 if (!insert3AResult(min3AResult.mMetadata, ANDROID_QUIRKS_PARTIAL_RESULT, in processPartial3AResult()
1978 if (!insert3AResult(min3AResult.mMetadata, ANDROID_CONTROL_AF_MODE, in processPartial3AResult()
1983 if (!insert3AResult(min3AResult.mMetadata, ANDROID_CONTROL_AWB_MODE, in processPartial3AResult()
1988 if (!insert3AResult(min3AResult.mMetadata, ANDROID_CONTROL_AE_STATE, in processPartial3AResult()
1993 if (!insert3AResult(min3AResult.mMetadata, ANDROID_CONTROL_AF_STATE, in processPartial3AResult()
1998 if (!insert3AResult(min3AResult.mMetadata, ANDROID_CONTROL_AWB_STATE, in processPartial3AResult()
2003 if (!insert3AResult(min3AResult.mMetadata, ANDROID_CONTROL_AF_TRIGGER_ID, in processPartial3AResult()
2008 if (!insert3AResult(min3AResult.mMetadata, ANDROID_CONTROL_AE_PRECAPTURE_ID, in processPartial3AResult()
[all …]
DCamera3Device.h675 bool insert3AResult(CameraMetadata &result, int32_t tag, const T* value,