Home
last modified time | relevance | path

Searched refs:segTmpltMedia_ (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_def.h81 std::string segTmpltMedia_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp919 …if (periodInfo->periodSegTmplt_ != nullptr && periodInfo->periodSegTmplt_->segTmpltMedia_.length()… in GetSegmentsByPeriodInfo()
1420 …resentationSegTmplt_ != nullptr && repInfo->representationSegTmplt_->segTmpltMedia_.length() > 0) { in GetSegmentsInRepresentation()
1442 std::string media = segTmpltInfo->segTmpltMedia_; in GetSegmentsWithSegTemplate()
1863 …if (adptSetInfo->adptSetSegTmplt_ != nullptr && adptSetInfo->adptSetSegTmplt_->segTmpltMedia_.leng… in GetSegmentsByAdptSetInfo()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp607 segTmpltNode->GetAttr("media", segTmplt->segTmpltMedia_); in ParseSegmentTemplate()