Searched refs:DashSegListInfo (Results 1 – 5 of 5) sorted by relevance
89 struct DashSegListInfo { struct124 DashSegListInfo *representationSegList_{nullptr};161 DashSegListInfo *adptSetSegList_{nullptr};180 DashSegListInfo *periodSegList_{nullptr};
60 DashSegListInfo **segListInfo);61 void ParseSegmentListElement(std::shared_ptr<XmlParser> &xmlParser, DashSegListInfo *segList,86 void FreeSegmentList(DashSegListInfo *segListInfo);
494 DashSegListInfo **segListInfo) in ParseSegmentList()501 DashSegListInfo *segList = new (std::nothrow) DashSegListInfo; in ParseSegmentList()533 void DashMpdParser::ParseSegmentListElement(std::shared_ptr<XmlParser> &xmlParser, DashSegListInfo … in ParseSegmentListElement()1145 void DashMpdParser::FreeSegmentList(DashSegListInfo *segListInfo) in FreeSegmentList()
196 …DashSegmentInitValue GetSegmentsWithSegList(const DashSegListInfo *segListInfo, const std::string …
1703 DashSegmentInitValue DashMpdDownloader::GetSegmentsWithSegList(const DashSegListInfo *segListInfo, in GetSegmentsWithSegList()