/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 36 * 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);
|
D | ICameraDeviceSession.hal | 102 * 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
|
D | types.hal | 471 * 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/ |
D | ICameraDeviceCallback.hal | 37 * Identical to @3.2::ICameraDeviceCallback.processCaptureResult, except
|
D | ICameraDeviceSession.hal | 96 * ICameraDeviceCallback::processCaptureResult().
|
D | types.hal | 208 * structure asynchronously to the framework, using the processCaptureResult()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.h | 196 void processCaptureResult(CaptureResult& result);
|
D | CameraDeviceSession.cpp | 745 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/ |
D | ICameraDeviceSession.hal | 89 * designated streams through processCaptureResult or returnStreamBuffer
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 239 Status processCaptureResult(std::shared_ptr<HalRequest>&);
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 835 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/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 569 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
|