Searched refs:GetStreamByStreamId (Results 1 – 4 of 4) sorted by relevance
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()376 streamDesc = mpdDownloader_->GetStreamByStreamId(streams[index].streamId); in ReceiveMpdStreamInitEvent()501 …std::shared_ptr<DashStreamDescription> stream = mpdDownloader_->GetStreamByStreamId(downloadStream… in GetSegmentToDownload()713 … std::shared_ptr<DashStreamDescription> streamDesc = mpdDownloader_->GetStreamByStreamId(streamId); in IsSeekingInSwitch()929 mpdDownloader_->GetStreamByStreamId(preparedAction_.preparedAudioParam_.streamId_); in DoPreparedSwitchAudio()945 mpdDownloader_->GetStreamByStreamId(preparedAction_.preparedSubtitleParam_.streamId_); in DoPreparedSwitchSubtitle()1018 …mpdDownloader_->UpdateCurrentNumberSeqByTime(mpdDownloader_->GetStreamByStreamId(bitrateParam_.str… in UpdateSegmentIndexAfterSidxParseOk()1022 …mpdDownloader_->UpdateCurrentNumberSeqByTime(mpdDownloader_->GetStreamByStreamId(trackParam_.strea… in UpdateSegmentIndexAfterSidxParseOk()
133 std::shared_ptr<DashStreamDescription> GetStreamByStreamId(int streamId);
409 std::shared_ptr<DashStreamDescription> DashMpdDownloader::GetStreamByStreamId(int streamId) in GetStreamByStreamId() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader
165 …std::shared_ptr<DashStreamDescription> stream = g_mpdDownloader->GetStreamByStreamId(usingStreamId…173 …std::shared_ptr<DashStreamDescription> stream = g_mpdDownloader->GetStreamByStreamId(usingStreamId…219 std::shared_ptr<DashStreamDescription> stream = downloader.GetStreamByStreamId(usingStreamId);