Home
last modified time | relevance | path

Searched refs:processCaptureResult (Results 1 – 12 of 12) 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
191 * capture being returned by the HAL through the processCaptureResult()
234 * ICameraDeviceCallback::processCaptureResult().
268 * ICameraDeviceCallback.processCaptureResult.
314 * and processCaptureResult and buffers as normal.
318 * buffers with processCaptureResult in the error state
327 * are allowed. No further notifys or processCaptureResult with
343 * processCaptureResult.
360 * 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.4/
DICameraDeviceCallback.hal37 * Identical to @3.2::ICameraDeviceCallback.processCaptureResult, except
DICameraDeviceSession.hal96 * ICameraDeviceCallback::processCaptureResult().
Dtypes.hal208 * structure asynchronously to the framework, using the processCaptureResult()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h196 void processCaptureResult(CaptureResult& result);
DCameraDeviceSession.cpp745 auto ret = mCallback->processCaptureResult(results); in invokeProcessCaptureResultCallback()
762 void CameraDeviceSession::ResultBatcher::processCaptureResult(CaptureResult& result) { in processCaptureResult() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
1579 d->mResultBatcher.processCaptureResult(result); in sProcessCaptureResult()
/hardware/interfaces/camera/device/3.5/
DICameraDeviceSession.hal89 * designated streams through processCaptureResult or returnStreamBuffer
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h239 Status processCaptureResult(std::shared_ptr<HalRequest>&);
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp835 Status ExternalCameraDeviceSession::processCaptureResult(std::shared_ptr<HalRequest>& req) { in processCaptureResult() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession
917 auto status = mCallback->processCaptureResult(results); in invokeProcessCaptureResultCallback()
1973 Status st = parent->processCaptureResult(req); in threadLoop()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp569 virtual Return<void> processCaptureResult( in processCaptureResult() function
616 Return<void> processCaptureResult(const hidl_vec<CaptureResult>& results) override;
1063 Return<void> CameraHidlTest::DeviceCb::processCaptureResult( in processCaptureResult() function in CameraHidlTest::DeviceCb