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 | 2143 boolean isPartialResult = in onResultReceived() 2155 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived() 2168 mFrameNumberTracker.updateTracker(frameNumber, /*result*/null, isPartialResult, in onResultReceived() 2187 if (isPartialResult) { in onResultReceived() 2276 mFrameNumberTracker.updateTracker(frameNumber, finalResult, isPartialResult, in onResultReceived() 2280 if (!isPartialResult) { in onResultReceived()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 1563 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local 1565 if (!isPartialResult) { in onResultReceived() 1575 if (!isPartialResult) { in onResultReceived() 1608 if (isPartialResult) { in onResultReceived() 1622 if (!isPartialResult) { in onResultReceived()
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.cpp | 1577 bool isPartialResult = (resultExtras.partialResultCount < dev->mPartialResultCount); in onResultReceived() local 1579 if (!isPartialResult) { in onResultReceived() 1589 if (!isPartialResult) { in onResultReceived() 1642 if (isPartialResult) { in onResultReceived() 1656 if (!isPartialResult) { in onResultReceived()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 3621 bool isPartialResult = false; in processCaptureResult() local 3662 isPartialResult = (result->partial_result < mNumPartialResults); in processCaptureResult() 3663 if (isPartialResult && result->num_physcam_metadata) { in processCaptureResult() 3668 if (isPartialResult) { in processCaptureResult() 3672 if (isPartialResult && request.hasCallback) { in processCaptureResult() 3683 if (result->result != NULL && !isPartialResult) { in processCaptureResult() 3751 if (result->result != NULL && !isPartialResult) { in processCaptureResult()
|