Searched refs:segTmpltStr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_util.cpp | 102 int32_t DashSubstituteTmpltStr(std::string &segTmpltStr, const std::string &segTmpltIdentifier, in DashSubstituteTmpltStr() argument 105 std::string::size_type pos = segTmpltStr.find(segTmpltIdentifier); in DashSubstituteTmpltStr() 107 while (pos != std::string::npos && (pos + identifierLength) < segTmpltStr.length()) { in DashSubstituteTmpltStr() 108 std::string str = segTmpltStr.substr(pos + identifierLength); in DashSubstituteTmpltStr() 118 segTmpltStr = in DashSubstituteTmpltStr() 119 … ReplaceSubStr(segTmpltStr, (uint32_t) pos, (uint32_t) (posEnd + identifierLength + 1), in DashSubstituteTmpltStr() 122 … segTmpltStr = ReplaceSubStr(segTmpltStr, (uint32_t) pos, identifierLength + 1, substitutionStr); in DashSubstituteTmpltStr() 128 pos = segTmpltStr.find(segTmpltIdentifier); in DashSubstituteTmpltStr()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/ |
H A D | dash_mpd_util.h | 41 int32_t DashSubstituteTmpltStr(std::string &segTmpltStr, const std::string &segTmpltIdentifier,
|