Searched refs:DashStreamDescription (Results 1 – 6 of 6) sorted by relevance
133 std::shared_ptr<DashStreamDescription> GetStreamByStreamId(int streamId);147 void OpenStream(std::shared_ptr<DashStreamDescription> stream);157 DashStreamDescription &streamDesc);159 bool IsChoosedVideoStream(const std::shared_ptr<DashStreamDescription> &choosedStream,160 const std::shared_ptr<DashStreamDescription> ¤tStream);162 const std::shared_ptr<DashStreamDescription> ¤tStream);208 std::shared_ptr<DashStreamDescription> streamDesc);210 std::shared_ptr<DashStreamDescription> streamDesc);212 std::shared_ptr<DashStreamDescription> streamDesc);245 std::vector<std::shared_ptr<DashStreamDescription>> streamDescriptions_;[all …]
299 std::shared_ptr<DashStreamDescription> currentStream = nullptr; in GetNextVideoStream()300 std::shared_ptr<DashStreamDescription> destStream = nullptr; in GetNextVideoStream()352 std::shared_ptr<DashStreamDescription> currentStream = nullptr; in GetNextTrackStream()353 std::shared_ptr<DashStreamDescription> destStream = nullptr; in GetNextTrackStream()873 std::shared_ptr<DashStreamDescription> streamDescription; in SeekToTs()1041 DashStreamDescription streamDesc; in GetStreamsInfoInPeriod()1050 … std::shared_ptr<DashStreamDescription> desc = std::make_shared<DashStreamDescription>(streamDesc); in GetStreamsInfoInPeriod()1103 … std::shared_ptr<DashStreamDescription> desc = std::make_shared<DashStreamDescription>(streamDesc); in GetStreamsInfoInAdptSet()1154 … std::shared_ptr<DashStreamDescription> desc = std::make_shared<DashStreamDescription>(streamDesc); in GetStreamDescriptions()1189 const std::shared_ptr<DashStreamDescription> ¤tStream) in IsChoosedVideoStream()[all …]
143 struct DashStreamDescription { struct144 DashStreamDescription() in DashStreamDescription() function148 DashStreamDescription(const DashStreamDescription& desc) in DashStreamDescription() argument167 DashStreamDescription& operator=(const DashStreamDescription& desc)
86 Status SelectAudio(const std::shared_ptr<DashStreamDescription> &streamDesc);87 Status SelectAudioInternal(const std::shared_ptr<DashStreamDescription> &streamDesc);88 Status SelectSubtitle(const std::shared_ptr<DashStreamDescription> &streamDesc);89 Status SelectSubtitleInternal(const std::shared_ptr<DashStreamDescription> &streamDesc);100 void OpenInitSegment(const std::shared_ptr<DashStreamDescription> &streamDesc,
123 …std::shared_ptr<DashStreamDescription> streamDescription = mpdDownloader_->GetStreamByStreamId(str… in GetSegmentDownloader()148 … std::shared_ptr<DashStreamDescription> streamDesc = mpdDownloader_->GetStreamByStreamId(streamId); in UpdateDownloadFinished()279 … std::shared_ptr<DashStreamDescription> streamDesc = mpdDownloader_->GetStreamByStreamId(streamId); in SelectStream()374 std::shared_ptr<DashStreamDescription> streamDesc = nullptr; in ReceiveMpdStreamInitEvent()396 … const std::shared_ptr<DashStreamDescription> &streamDesc, const std::shared_ptr<DashSegment> &seg) in OpenInitSegment()501 …std::shared_ptr<DashStreamDescription> stream = mpdDownloader_->GetStreamByStreamId(downloadStream… in GetSegmentToDownload()625 std::shared_ptr<DashStreamDescription> stream = mpdDownloader_->GetUsingStreamByType( in GetNextBitrate()778 Status DashMediaDownloader::SelectAudio(const std::shared_ptr<DashStreamDescription> &streamDesc) in SelectAudio()831 Status DashMediaDownloader::SelectSubtitle(const std::shared_ptr<DashStreamDescription> &streamDesc) in SelectSubtitle()928 std::shared_ptr<DashStreamDescription> streamDesc = in DoPreparedSwitchAudio()[all …]
165 …std::shared_ptr<DashStreamDescription> stream = g_mpdDownloader->GetStreamByStreamId(usingStreamId…173 …std::shared_ptr<DashStreamDescription> stream = g_mpdDownloader->GetStreamByStreamId(usingStreamId…197 std::shared_ptr<DashStreamDescription> audioStream = g_mpdDownloader->GetUsingStreamByType(219 std::shared_ptr<DashStreamDescription> stream = downloader.GetStreamByStreamId(usingStreamId);