Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_manager.cpp80 std::string mpdUrlBase = this->mpdUrl_; in GetBaseUrlList() local
83 mpdUrlBase = mpdUrlBase.substr(0, sepCharIndex); in GetBaseUrlList()
98 std::string mpdUrlBase = this->mpdUrl_; in GetBaseUrl() local
101 mpdUrlBase = mpdUrlBase.substr(0, sepCharIndex); in GetBaseUrl()
109 mpdUrlBase = mpdUrlBase.substr(schemIndex + schemLength); in GetBaseUrl()
114 mpdUrlBase = mpdUrlBase.substr(0, end + 1); in GetBaseUrl()
117 MakeBaseUrl(mpdUrlBase, urlSchem); in GetBaseUrl()
118 return urlSchem.append(mpdUrlBase); in GetBaseUrl()
130 mpdUrlBase = baseUrl; in MakeBaseUrl()
136 mpdUrlBase = mpdUrlBase.substr(0, beginPathIndex); in MakeBaseUrl()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_manager.h47 void MakeBaseUrl(std::string &mpdUrlBase, std::string &urlSchem);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_parser_unit_test.cpp94 std::string mpdUrlBase; variable
96 mpdManager->MakeBaseUrl(mpdUrlBase, urlSchem);