Home
last modified time | relevance | path

Searched refs:processCaptureResult (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal36 * processCaptureResult:
40 * processCaptureResult() may be invoked multiple times by the HAL in
45 * metadata or buffers for. Only one call to processCaptureResult
52 * one of the processCaptureResult calls, even in case of errors producing
53 * some of the output. A call to processCaptureResult() with neither
109 processCaptureResult(vec<CaptureResult> results);
DICameraDeviceSession.hal102 * with processCaptureResult (and its respective releaseFence has been
192 * capture being returned by the HAL through the processCaptureResult()
235 * ICameraDeviceCallback::processCaptureResult().
269 * ICameraDeviceCallback.processCaptureResult.
315 * and processCaptureResult and buffers as normal.
319 * buffers with processCaptureResult in the error state
328 * are allowed. No further notifys or processCaptureResult with
344 * processCaptureResult.
361 * sufficient, no need to call processCaptureResult with empty
Dtypes.hal471 * framework with processCaptureResult().
483 * processCaptureResult(), the acquireFence must be set to null. If the HAL
485 * buffer, when calling processCaptureResult() the HAL must set the
506 * immediately upon the call of processCaptureResult.
743 * structure asynchronously to the framework, using the processCaptureResult()
784 * back to the client in a subsequent processCaptureResult call.
811 * sent to the framework asynchronously with processCaptureResult(), in
813 * processCaptureRequest(). Multiple processCaptureResult() calls may be
830 * the processCaptureResult calls, and the call may be to just return the
872 * Multiple calls to processCaptureResult() with a given frameNumber
[all …]
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h168 void processCaptureResult(CaptureResult& result);
DCameraDeviceSession.cpp653 mCallback->processCaptureResult(results); in invokeProcessCaptureResultCallback()
666 void CameraDeviceSession::ResultBatcher::processCaptureResult(CaptureResult& result) { in processCaptureResult() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
1314 d->mResultBatcher.processCaptureResult(result); in sProcessCaptureResult()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp451 … virtual Return<void> processCaptureResult(const hidl_vec<CaptureResult>& /*results*/) override { in processCaptureResult() function
466 Return<void> processCaptureResult(const hidl_vec<CaptureResult>& results) override;
693 Return<void> CameraHidlTest::DeviceCb::processCaptureResult( in processCaptureResult() function in CameraHidlTest::DeviceCb