Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h35 struct DashSegUrl { struct
90 DashList<DashSegUrl *> segmentUrl_;
H A Ddash_mpd_parser.h77 DashList<DashSegUrl *> &segUrlList);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp383 DashList<DashSegUrl *> &segUrlList) in ParseSegmentUrl()
385 DashSegUrl *segUrl = new (std::nothrow) DashSegUrl; in ParseSegmentUrl()
1151 DashSegUrl *segUrl = segListInfo->segmentUrl_.front(); in FreeSegmentList()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1719 std::list<DashSegUrl*> segUrlList = segListInfo->segmentUrl_; in GetSegmentsWithSegList()
1720 for (std::list<DashSegUrl*>::iterator it = segUrlList.begin(); it != segUrlList.end(); ++it) { in GetSegmentsWithSegList()