Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp190 bool isPartialResult = in processListeners() local
212 (!isPartialResult || item->sendPartials)) { in processListeners()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp76 bool isPartialResult = false; in processSingleFrame() local
78 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults; in processSingleFrame()
81 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) { in processSingleFrame()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java2143 boolean isPartialResult = in onResultReceived()
2155 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived()
2168 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived()
2187 if (isPartialResult) { in onResultReceived()
2276 mFrameNumberTracker.updateTracker(frameNumber, finalResult, isPartialResult, in onResultReceived()
2280 if (!isPartialResult) { in onResultReceived()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp1563 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local
1565 if (!isPartialResult) { in onResultReceived()
1575 if (!isPartialResult) { in onResultReceived()
1608 if (isPartialResult) { in onResultReceived()
1622 if (!isPartialResult) { in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp1577 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local
1579 if (!isPartialResult) { in onResultReceived()
1589 if (!isPartialResult) { in onResultReceived()
1642 if (isPartialResult) { in onResultReceived()
1656 if (!isPartialResult) { in onResultReceived()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp3621 bool isPartialResult = false; in processCaptureResult() local
3662 isPartialResult = (result->partial_result < mNumPartialResults); in processCaptureResult()
3663 if (isPartialResult && result->num_physcam_metadata) { in processCaptureResult()
3668 if (isPartialResult) { in processCaptureResult()
3672 if (isPartialResult && request.hasCallback) { in processCaptureResult()
3683 if (result->result != NULL && !isPartialResult) { in processCaptureResult()
3751 if (result->result != NULL && !isPartialResult) { in processCaptureResult()