Searched refs:isPartialResult (Results 1 - 4 of 4) 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.cpp71 bool isPartialResult = false; local
74 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults;
80 isPartialResult = true;
85 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java1298 boolean isPartialResult =
1309 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult);
1321 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult);
1332 if (isPartialResult) {
1376 mFrameNumberTracker.updateTracker(frameNumber, finalResult, isPartialResult);
1379 if (!isPartialResult) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2036 bool isPartialResult = false; local
2079 isPartialResult = (result->partial_result < mNumPartialResults);
2080 if (isPartialResult) {
2093 isPartialResult = true;
2101 if (isPartialResult) {
2116 if (result->result != NULL && !isPartialResult) {
2165 if (result->result != NULL && !isPartialResult) {

Completed in 110 milliseconds