Searched refs:isPartialResult (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | FrameProcessorBase.cpp | 190 bool isPartialResult = in processListeners() local 212 (!isPartialResult || item->sendPartials)) { in processListeners()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | FrameProcessor.cpp | 76 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/ |
D | CameraDeviceImpl.java | 2142 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/ |
D | ACameraDevice.cpp | 1569 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/ |
D | ACameraDevice.cpp | 1583 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/ |
D | Camera3Device.cpp | 3612 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()
|