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.cpp45 mUsePartialResult = (mNumPartialResults > 1); in FrameProcessor()
47 mUsePartialResult = l.mParameters.quirks.partialResults; in FrameProcessor()
78 if (mUsePartialResult) { in processSingleFrame()
DFrameProcessor.h102 bool mUsePartialResult; variable
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp68 mUsePartialResult(false), in Camera3Device()
235 mUsePartialResult = (mNumPartialResults > 1); in initialize()
241 mUsePartialResult = true; in initialize()
2361 if (mUsePartialResult && !collectedPartialResult.isEmpty()) { in sendCaptureResult()
2409 if (!mUsePartialResult && in processCaptureResult()
2454 if (mUsePartialResult && result->result != NULL) { in processCaptureResult()
2501 if (mUsePartialResult && in processCaptureResult()
DCamera3Device.h264 bool mUsePartialResult; variable