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.java2142 boolean isPartialResult = in onResultReceived()
2154 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived()
2167 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived()
2186 if (isPartialResult) { in onResultReceived()
2275 mFrameNumberTracker.updateTracker(frameNumber, finalResult, isPartialResult, in onResultReceived()
2279 if (!isPartialResult) { in onResultReceived()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp1569 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local
1571 if (!isPartialResult) { in onResultReceived()
1581 if (!isPartialResult) { in onResultReceived()
1614 if (isPartialResult) { in onResultReceived()
1628 if (!isPartialResult) { in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp1583 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local
1585 if (!isPartialResult) { in onResultReceived()
1595 if (!isPartialResult) { in onResultReceived()
1648 if (isPartialResult) { in onResultReceived()
1662 if (!isPartialResult) { in onResultReceived()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp3612 bool isPartialResult = false; in processCaptureResult() local
3653 isPartialResult = (result->partial_result < mNumPartialResults); in processCaptureResult()
3654 if (isPartialResult && result->num_physcam_metadata) { in processCaptureResult()
3659 if (isPartialResult) { in processCaptureResult()
3663 if (isPartialResult && request.hasCallback) { in processCaptureResult()
3674 if (result->result != NULL && !isPartialResult) { in processCaptureResult()
3742 if (result->result != NULL && !isPartialResult) { in processCaptureResult()