Home
last modified time | relevance | path

Searched refs:IStream (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_request.h28 class IStream;
35 RetCode AddOwner(const std::weak_ptr<IStream>& owner);
75 std::map<int32_t, std::weak_ptr<IStream>> owners_ = {};
H A Distream.h37 class IStream { class
39 virtual ~IStream() = default;
62 using StreamFactory = RegisterFactoty<IStream,
H A Dstream_base.h26 class StreamBase : public IStream, public std::enable_shared_from_this<StreamBase> {
H A Dstream_operator_vdi_impl.h82 std::unordered_map<int32_t, std::shared_ptr<IStream>> streamMap_ = {};
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_request.cpp40 RetCode CaptureRequest::AddOwner(const std::weak_ptr<IStream>& owner) in AddOwner()
H A Dstream_operator_vdi_impl.cpp240 std::shared_ptr<IStream> stream = StreamFactory::Instance().CreateShared( in CreateStreams()
241 IStream::g_availableStreamType[it.intent_], it.streamId_, it.intent_, pipelineCore_, messenger_); in CreateStreams()
268 IStream::g_availableStreamType[it.intent_].c_str()); in CreateStreams()
403 std::shared_ptr<IStream> stream = nullptr; in AttachBufferQueue()
438 std::shared_ptr<IStream> stream = nullptr;
H A Dstream_base.cpp22 std::map<VdiStreamIntent, std::string> IStream::g_availableStreamType = {

Completed in 4 milliseconds