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.java1214 int requestType, CaptureResult result, boolean isPartialResult) { in updateTracker() argument
1221 result, isPartialResult, requestType); in updateTracker()
1225 isPartialResult, requestType); in updateTracker()
2154 boolean isPartialResult = in onResultReceived()
2167 isPartialResult); in onResultReceived()
2180 isPartialResult); in onResultReceived()
2199 if (isPartialResult) { in onResultReceived()
2287 updateTracker(requestId, frameNumber, requestType, finalResult, isPartialResult); in onResultReceived()
2290 if (!isPartialResult) { in onResultReceived()
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp191 bool isPartialResult = in processListeners() local
213 (!isPartialResult || item->sendPartials)) { in processListeners()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp489 bool isPartialResult = false; in processCaptureResult() local
580 isPartialResult = (result->partial_result < states.numPartialResults); in processCaptureResult()
581 if (isPartialResult && result->num_physcam_metadata) { in processCaptureResult()
586 if (isPartialResult) { in processCaptureResult()
590 if (isPartialResult && request.hasCallback) { in processCaptureResult()
601 if (result->result != NULL && !isPartialResult) { in processCaptureResult()
665 if (result->result != NULL && !isPartialResult) { in processCaptureResult()
/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/camera/ndk/impl/
DACameraDevice.cpp1666 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local
1668 if (!isPartialResult) { in onResultReceived()
1678 if (!isPartialResult) { in onResultReceived()
1711 if (isPartialResult) { in onResultReceived()
1725 if (!isPartialResult) { in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp1681 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local
1683 if (!isPartialResult) { in onResultReceived()
1693 if (!isPartialResult) { in onResultReceived()
1746 if (isPartialResult) { in onResultReceived()
1760 if (!isPartialResult) { in onResultReceived()