Home
last modified time | relevance | path

Searched refs:UpdateInitSegUrl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h214 …void UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const DashUrlType *urlTyp…
H A Ddash_mpd_downloader.cpp1891 UpdateInitSegUrl(streamDesc, initSegment, segTmpltFlag, repId); in GetInitSegFromPeriod()
1908 UpdateInitSegUrl(streamDesc, initSegment, segTmpltFlag, repId); in GetInitSegFromAdptSet()
1925 UpdateInitSegUrl(streamDesc, initSegment, segTmpltFlag, repId); in GetInitSegFromRepresentation()
1967 void DashMpdDownloader::UpdateInitSegUrl(std::shared_ptr<DashStreamDescription> streamDesc, const D… in UpdateInitSegUrl() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader