Home
last modified time | relevance | path

Searched refs:processCaptureResult (Results 1 – 17 of 17) 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
113 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.6/
DICameraOfflineSession.hal53 * ICameraDeviceCallback#processCaptureResult.
74 * ICameraDeviceCallback#processCaptureResult or
/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.6/default/
DExternalCameraOfflineSession.cpp276 Status st = parent->processCaptureResult(req); in threadLoop()
338 Status ExternalCameraOfflineSession::processCaptureResult(std::shared_ptr<HalRequest>& req) { in processCaptureResult() function in android::hardware::camera::device::V3_6::implementation::ExternalCameraOfflineSession
408 auto status = mCallback->processCaptureResult(results); in invokeProcessCaptureResultCallback()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h274 virtual ::android::hardware::camera::common::V1_0::Status processCaptureResult(
DExternalCameraDeviceSession.h236 virtual Status processCaptureResult(std::shared_ptr<HalRequest>&) override;
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
DExternalCameraOfflineSession.h121 virtual Status processCaptureResult(std::shared_ptr<HalRequest>&) override;
/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
1578 d->mResultBatcher.processCaptureResult(result); in sProcessCaptureResult()
/hardware/interfaces/camera/device/3.5/
Dtypes.hal27 * callback must be made before the final processCaptureResult() call for the corresponding request.
DICameraDeviceSession.hal89 * designated streams through processCaptureResult or returnStreamBuffer
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp828 Status ExternalCameraDeviceSession::processCaptureResult(std::shared_ptr<HalRequest>& req) { in processCaptureResult() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession
912 auto status = mCallback->processCaptureResult(results); in invokeProcessCaptureResultCallback()
1592 Status st = parent->processCaptureResult(req); in threadLoop()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp589 virtual Return<void> processCaptureResult( in processCaptureResult() function
635 Return<void> processCaptureResult(const hidl_vec<CaptureResult>& results) override;
1148 Return<void> CameraHidlTest::DeviceCb::processCaptureResult( in processCaptureResult() function in CameraHidlTest::DeviceCb