Home
last modified time | relevance | path

Searched refs:segTmpltIdentifier (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 Ddash_mpd_util.cpp102 int32_t DashSubstituteTmpltStr(std::string &segTmpltStr, const std::string &segTmpltIdentifier, in DashSubstituteTmpltStr() argument
105 std::string::size_type pos = segTmpltStr.find(segTmpltIdentifier); in DashSubstituteTmpltStr()
106 uint32_t identifierLength = segTmpltIdentifier.length(); 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 Ddash_mpd_util.h41 int32_t DashSubstituteTmpltStr(std::string &segTmpltStr, const std::string &segTmpltIdentifier,