Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp174 bool isPartialResult = false; in processListeners() local
176 isPartialResult = result.mResultExtras.partialResultCount < mNumPartialResults; in processListeners()
183 isPartialResult = true; in processListeners()
206 (!isPartialResult || item->sendPartials)) { in processListeners()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp71 bool isPartialResult = false; in processSingleFrame() local
74 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults; in processSingleFrame()
80 isPartialResult = true; in processSingleFrame()
85 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) { in processSingleFrame()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java1762 boolean isPartialResult = in onResultReceived()
1774 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived()
1787 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived()
1798 if (isPartialResult) { in onResultReceived()
1842 mFrameNumberTracker.updateTracker(frameNumber, finalResult, isPartialResult, in onResultReceived()
1846 if (!isPartialResult) { in onResultReceived()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2229 bool isPartialResult = false; in processCaptureResult() local
2272 isPartialResult = (result->partial_result < mNumPartialResults); in processCaptureResult()
2273 if (isPartialResult) { in processCaptureResult()
2286 isPartialResult = true; in processCaptureResult()
2294 if (isPartialResult) { in processCaptureResult()
2309 if (result->result != NULL && !isPartialResult) { in processCaptureResult()
2358 if (result->result != NULL && !isPartialResult) { in processCaptureResult()