Home
last modified time | relevance | path

Searched refs:repBaseUrl (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.cpp1126 std::string repBaseUrl; in GetStreamDescriptions() local
1134 repBaseUrl = adptSetBaseUrl; in GetStreamDescriptions()
1156 DashAppendBaseUrl(repBaseUrl, (*it)->baseUrl_); in GetStreamDescriptions()
1158 if (!GetInitSegFromRepresentation(repBaseUrl, (*it)->id_, desc)) { in GetStreamDescriptions()
1168 desc->indexSegment_->url_ = repBaseUrl; in GetStreamDescriptions()
1418 std::string repBaseUrl = adptSetBaseUrl; in GetSegmentsInRepresentation() local
1421 DashAppendBaseUrl(repBaseUrl, repInfo->baseUrl_); in GetSegmentsInRepresentation()
1425 DashAppendBaseUrl(repBaseUrl, repInfo->baseUrl_); in GetSegmentsInRepresentation()
1426 initValue = GetSegmentsWithSegList(repInfo->representationSegList_, repBaseUrl, streamDesc); in GetSegmentsInRepresentation()
1433 MakeAbsoluteWithBaseUrl(streamDesc->mediaSegments_, repBaseUrl); in GetSegmentsInRepresentation()
[all …]
H A Ddash_mpd_downloader.h211 bool GetInitSegFromRepresentation(const std::string &repBaseUrl, const std::string &repId,