Searched defs:isPartialResult (Results 1 - 3 of 3) sorted by relevance

/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/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/device3/
H A DCamera3Device.cpp2229 bool isPartialResult = false; local
2272 isPartialResult = (result->partial_result < mNumPartialResults);
2273 if (isPartialResult) {
2286 isPartialResult = true;
2294 if (isPartialResult) {
2309 if (result->result != NULL && !isPartialResult) {
2358 if (result->result != NULL && !isPartialResult) {

Completed in 84 milliseconds