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()
72 if (mUsePartialResult) { in processSingleFrame()
DFrameProcessor.h95 bool mUsePartialResult; variable
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp64 mUsePartialResult(false), in Camera3Device()
208 mUsePartialResult = (mNumPartialResults > 1); in initialize()
214 mUsePartialResult = true; in initialize()
2171 if (mUsePartialResult && !collectedPartialResult.isEmpty()) { in sendCaptureResult()
2219 if (!mUsePartialResult && in processCaptureResult()
2264 if (mUsePartialResult && result->result != NULL) { in processCaptureResult()
2315 if (mUsePartialResult && in processCaptureResult()
DCamera3Device.h239 bool mUsePartialResult; variable