Searched refs:baseUrl_ (Results 1 – 6 of 6) sorted by relevance
79 if (this->mpdInfo_->baseUrl_.empty() && !this->mpdUrl_.empty()) { in GetBaseUrlList()89 this->mpdInfo_->baseUrl_.push_back(newBaseUrl); in GetBaseUrlList()93 baseUrlList = this->mpdInfo_->baseUrl_; in GetBaseUrlList()123 if (mpdInfo_->baseUrl_.empty()) { in MakeBaseUrl()127 std::string baseUrl = mpdInfo_->baseUrl_.front(); in MakeBaseUrl()
176 periodInfo->baseUrl_.push_back(strValue); in ProcessPeriodElement()357 adptSetInfo->baseUrl_.push_back(strValue); in ProcessAdpSetElement()762 representationInfo->baseUrl_.push_back(strValue); in ProcessRepresentationElement()1036 dashMpdInfo_.baseUrl_.push_back(strValue); in ProcessMpdElement()1110 while (dashMpdInfo_.baseUrl_.size() > 0) { in Clear()1111 dashMpdInfo_.baseUrl_.pop_front(); in Clear()
135 baseUrlList = this->adptSetInfo_->baseUrl_; in GetBaseUrlList()
245 baseUrlList = this->periodInfo_->baseUrl_; in GetBaseUrlList()
120 std::list<std::string> baseUrl_; member164 std::list<std::string> baseUrl_; member177 std::list<std::string> baseUrl_; member201 std::list<std::string> baseUrl_; member
920 DashAppendBaseUrl(periodBaseUrl, periodInfo->baseUrl_); in GetSegmentsByPeriodInfo()937 } else if (periodInfo->baseUrl_.size() > 0) { in GetSegmentsByPeriodInfo()1045 DashAppendBaseUrl(periodBaseUrl, periodInfo->baseUrl_); in GetStreamsInfoInPeriod()1090 DashAppendBaseUrl(adptSetBaseUrl, adptSetInfo->baseUrl_); in GetStreamsInfoInAdptSet()1156 DashAppendBaseUrl(repBaseUrl, (*it)->baseUrl_); in GetStreamDescriptions()1421 DashAppendBaseUrl(repBaseUrl, repInfo->baseUrl_); in GetSegmentsInRepresentation()1425 DashAppendBaseUrl(repBaseUrl, repInfo->baseUrl_); in GetSegmentsInRepresentation()1427 } else if (repInfo->baseUrl_.size() > 0) { in GetSegmentsInRepresentation()1864 DashAppendBaseUrl(baseUrl, adptSetInfo->baseUrl_); in GetSegmentsByAdptSetInfo()1874 DashAppendBaseUrl(baseUrl, adptSetInfo->baseUrl_); in GetSegmentsByAdptSetInfo()[all …]