Home
last modified time | relevance | path

Searched refs:segUrlList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
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() argument
402 segUrlList.push_back(segUrl); in ParseSegmentUrl()
/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() local
1720 for (std::list<DashSegUrl*>::iterator it = segUrlList.begin(); it != segUrlList.end(); ++it) { in GetSegmentsWithSegList()