Home
last modified time | relevance | path

Searched refs:tunnel_ (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_base.cpp66 if (tunnel_ != nullptr) { in ConfigStream()
143 tunnel_->NotifyStart(); in StartStream()
157 tunnel_->DumpStats(3); // set output interval to 30 second in StartStream()
187 tunnel_->NotifyStop(); in StopStream()
209 tunnel_->WaitForAllBufferReturned(); in StopStream()
216 lastRequest_->GetEndTime(), lastRequest_->GetOwnerCount(), tunnel_->GetFrameCount()); in StopStream()
223 tunnel_->CleanBuffers(); in StopStream()
275 request->GetOwnerCount(), tunnel_->GetFrameCount()); in CancelRequest()
382 CHECK_IF_PTR_NULL_RETURN_VALUE(tunnel_, RC_ERROR); in DeliverStreamBuffer()
385 std::shared_ptr<IBuffer> buffer = tunnel_ in DeliverStreamBuffer()
[all...]
H A Dstream_still_capture.cpp65 context->tunnel = tunnel_; in ChangeToOfflineStream()
108 tunnel_->NotifyStop(); in StopStream()
133 tunnel_->WaitForAllBufferReturned(); in StopStream()
148 tunnel_->CleanBuffers(); in StopStream()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dstream_base.h83 std::shared_ptr<StreamTunnel> tunnel_ = nullptr; member in OHOS::Camera::StreamBase

Completed in 2 milliseconds