Home
last modified time | relevance | path

Searched refs:GetStreamByStreamId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp123 …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()
H A Ddash_mpd_downloader.h133 std::shared_ptr<DashStreamDescription> GetStreamByStreamId(int streamId);
H A Ddash_mpd_downloader.cpp409 std::shared_ptr<DashStreamDescription> DashMpdDownloader::GetStreamByStreamId(int streamId) in GetStreamByStreamId() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp165 …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);