Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.h102 bool mUsePartialResult; variable
DFrameProcessor.cpp47 mUsePartialResult = (mNumPartialResults > 1); in FrameProcessor()
77 if (mUsePartialResult) { in processSingleFrame()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h490 bool mUsePartialResult; variable
DCamera3Device.cpp78 mUsePartialResult(false), in Camera3Device()
312 mUsePartialResult = (mNumPartialResults > 1); in initializeCommonLocked()
3522 if (mUsePartialResult && !collectedPartialResult.isEmpty()) { in sendCaptureResult()
3612 if (!mUsePartialResult && in processCaptureResult()
3655 if (mUsePartialResult && result->result != NULL) { in processCaptureResult()
3706 if (mUsePartialResult && in processCaptureResult()