Searched refs:mUsePartialResult (Results 1 – 4 of 4) sorted by relevance
45 mUsePartialResult = (mNumPartialResults > 1); in FrameProcessor()47 mUsePartialResult = l.mParameters.quirks.partialResults; in FrameProcessor()72 if (mUsePartialResult) { in processSingleFrame()
95 bool mUsePartialResult; variable
62 mUsePartialResult(false), in Camera3Device()195 mUsePartialResult = (mNumPartialResults > 1); in initialize()201 mUsePartialResult = true; in initialize()1902 if (!mUsePartialResult && in processCaptureResult()1940 if (mUsePartialResult && result->result != NULL) { in processCaptureResult()2004 if (mUsePartialResult && in processCaptureResult()2076 if (mUsePartialResult && !collectedPartialResult.isEmpty()) { in processCaptureResult()
213 bool mUsePartialResult; variable