Home
last modified time | relevance | path

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

/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,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1449 if (DashSubstituteTmpltStr(media, "$RepresentationID", id) == -1) { in GetSegmentsWithSegTemplate()
1455 if (DashSubstituteTmpltStr(media, "$Bandwidth", std::to_string(streamDesc->bandwidth_)) == -1) { in GetSegmentsWithSegTemplate()
1535 if (DashSubstituteTmpltStr(tempUrl, "$Time", std::to_string(startTime)) == -1) { in GetSegmentsWithTmpltDurationStatic()
1541 if (DashSubstituteTmpltStr(tempUrl, "$Number", std::to_string(segmentSeq)) == -1) { in GetSegmentsWithTmpltDurationStatic()
1616 if (DashSubstituteTmpltStr(tempUrl, "$Time", std::to_string(startTime)) == -1) { in GetSegmentsInOneTimeline()
1622 if (DashSubstituteTmpltStr(tempUrl, "$Number", std::to_string(segmentSeq)) == -1) { in GetSegmentsInOneTimeline()
1983 …if (DashSubstituteTmpltStr(streamDesc->initSegment_->url_, "$RepresentationID", representationID) … in UpdateInitSegUrl()
1988 if (DashSubstituteTmpltStr(streamDesc->initSegment_->url_, "$Bandwidth", in UpdateInitSegUrl()
/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() function