Home
last modified time | relevance | path

Searched refs:mNumPartialResults (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp33 mNumPartialResults(1) { in FrameProcessorBase()
40 mNumPartialResults = entry.data.i32[0]; in FrameProcessorBase()
176 isPartialResult = result.mResultExtras.partialResultCount < mNumPartialResults; in processListeners()
DFrameProcessorBase.h75 int32_t mNumPartialResults; variable
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp45 mUsePartialResult = (mNumPartialResults > 1); in FrameProcessor()
74 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults; in processSingleFrame()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp65 mNumPartialResults(1), in Camera3Device()
207 mNumPartialResults = partialResultsCount.data.i32[0]; in initialize()
208 mUsePartialResult = (mNumPartialResults > 1); in initialize()
2266 if (result->partial_result > mNumPartialResults || result->partial_result < 1) { in processCaptureResult()
2269 frameNumber, result->partial_result, mNumPartialResults); in processCaptureResult()
2272 isPartialResult = (result->partial_result < mNumPartialResults); in processCaptureResult()
DCamera3Device.h242 uint32_t mNumPartialResults; variable