Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_manager.cpp81 size_t sepCharIndex = mpdUrlBase.find('?'); in GetBaseUrlList() local
82 if (sepCharIndex != std::string::npos) { in GetBaseUrlList()
83 mpdUrlBase = mpdUrlBase.substr(0, sepCharIndex); in GetBaseUrlList()
99 size_t sepCharIndex = mpdUrlBase.find('?'); in GetBaseUrl() local
100 if (sepCharIndex != std::string::npos) { in GetBaseUrl()
101 mpdUrlBase = mpdUrlBase.substr(0, sepCharIndex); in GetBaseUrl()