Home
last modified time | relevance | path

Searched refs:OnFrame (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Distream.h53 virtual RetCode OnFrame(const std::shared_ptr<CaptureRequest>& request) = 0;
H A Dstream_base.h52 RetCode OnFrame(const std::shared_ptr<CaptureRequest>& request) override;
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_request.cpp67 return stream->OnFrame(shared_from_this()); in OnResult()
H A Dstream_base.cpp439 RetCode StreamBase::OnFrame(const std::shared_ptr<CaptureRequest>& request) in OnFrame() function in OHOS::Camera::StreamBase
487 CAMERA_LOGI("stream = [%{public}d] OnFrame and NeedCancel = [%{public}d]", in OnFrame()

Completed in 3 milliseconds