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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp73 bool isPartialResult = false; local
75 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults;
78 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) {
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp173 bool isPartialResult = local
195 (!isPartialResult || item->sendPartials)) {
/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.cpp2535 bool isPartialResult = false; local
2577 isPartialResult = (result->partial_result < mNumPartialResults);
2578 if (isPartialResult) {
2582 if (isPartialResult && request.hasCallback) {
2593 if (result->result != NULL && !isPartialResult) {
2642 if (result->result != NULL && !isPartialResult) {

Completed in 491 milliseconds