Searched refs:processCaptureResult (Results 1 – 6 of 6) sorted by relevance
36 * processCaptureResult:40 * processCaptureResult() may be invoked multiple times by the HAL in45 * metadata or buffers for. Only one call to processCaptureResult52 * one of the processCaptureResult calls, even in case of errors producing53 * some of the output. A call to processCaptureResult() with neither109 processCaptureResult(vec<CaptureResult> results);
102 * with processCaptureResult (and its respective releaseFence has been192 * 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 state328 * are allowed. No further notifys or processCaptureResult with344 * processCaptureResult.361 * sufficient, no need to call processCaptureResult with empty
471 * framework with processCaptureResult().483 * processCaptureResult(), the acquireFence must be set to null. If the HAL485 * buffer, when calling processCaptureResult() the HAL must set the506 * 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(), in813 * processCaptureRequest(). Multiple processCaptureResult() calls may be830 * the processCaptureResult calls, and the call may be to just return the872 * Multiple calls to processCaptureResult() with a given frameNumber[all …]
168 void processCaptureResult(CaptureResult& result);
653 mCallback->processCaptureResult(results); in invokeProcessCaptureResultCallback()666 void CameraDeviceSession::ResultBatcher::processCaptureResult(CaptureResult& result) { in processCaptureResult() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher1314 d->mResultBatcher.processCaptureResult(result); in sProcessCaptureResult()
451 … virtual Return<void> processCaptureResult(const hidl_vec<CaptureResult>& /*results*/) override { in processCaptureResult() function466 Return<void> processCaptureResult(const hidl_vec<CaptureResult>& results) override;693 Return<void> CameraHidlTest::DeviceCb::processCaptureResult( in processCaptureResult() function in CameraHidlTest::DeviceCb