Searched refs:isPartialResult (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp174 bool isPartialResult = false; local
176 isPartialResult = result.mResultExtras.partialResultCount < mNumPartialResults;
183 isPartialResult = true;
206 (!isPartialResult || item->sendPartials)) {
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp77 bool isPartialResult = false; local
80 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults;
86 isPartialResult = true;
91 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java1760 boolean isPartialResult =
1772 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult,
1785 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult,
1796 if (isPartialResult) {
1840 mFrameNumberTracker.updateTracker(frameNumber, finalResult, isPartialResult,
1844 if (!isPartialResult) {
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp1287 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); local
1289 if (!isPartialResult) {
1299 if (!isPartialResult) {
1313 ACameraCaptureSession_captureCallback_result onResult = isPartialResult ?
1335 if (!isPartialResult) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2325 bool isPartialResult = false; local
2368 isPartialResult = (result->partial_result < mNumPartialResults);
2369 if (isPartialResult) {
2382 isPartialResult = true;
2390 if (isPartialResult) {
2401 if (result->result != NULL && !isPartialResult) {
2450 if (result->result != NULL && !isPartialResult) {

Completed in 170 milliseconds