Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraOfflineSessionImpl.java302 boolean isPartialResult = in onResultReceived()
308 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived()
315 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived()
335 if (isPartialResult) { in onResultReceived()
425 mFrameNumberTracker.updateTracker(frameNumber, finalResult, isPartialResult, in onResultReceived()
429 if (!isPartialResult) { in onResultReceived()
DCameraDeviceImpl.java1318 int requestType, CaptureResult result, boolean isPartialResult) { in updateTracker() argument
1325 result, isPartialResult, requestType); in updateTracker()
1329 isPartialResult, requestType); in updateTracker()
2279 boolean isPartialResult = in onResultReceived()
2303 isPartialResult); in onResultReceived()
2322 if (isPartialResult) { in onResultReceived()
2416 updateTracker(requestId, frameNumber, requestType, finalResult, isPartialResult); in onResultReceived()
2419 if (!isPartialResult) { in onResultReceived()
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp192 bool isPartialResult = in processListeners() local
214 (!isPartialResult || item->sendPartials)) { in processListeners()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp78 bool isPartialResult = false; in processSingleFrame() local
80 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults; in processSingleFrame()
83 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) { in processSingleFrame()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp633 bool isPartialResult = false; in processCaptureResult() local
726 isPartialResult = (result->partial_result < states.numPartialResults); in processCaptureResult()
727 if (isPartialResult && result->num_physcam_metadata) { in processCaptureResult()
732 if (isPartialResult) { in processCaptureResult()
736 if (isPartialResult && request.hasCallback) { in processCaptureResult()
747 if (result->result != NULL && !isPartialResult) { in processCaptureResult()
813 if (result->result != NULL && !isPartialResult) { in processCaptureResult()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp1736 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local
1738 if (!isPartialResult) { in onResultReceived()
1748 if (!isPartialResult) { in onResultReceived()
1781 if (isPartialResult) { in onResultReceived()
1795 if (!isPartialResult) { in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp1719 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local
1721 if (!isPartialResult) { in onResultReceived()
1731 if (!isPartialResult) { in onResultReceived()
1785 if (isPartialResult) { in onResultReceived()
1799 if (!isPartialResult) { in onResultReceived()