Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_manager_util.cpp34 dstUrlType->sourceUrl_ = srcUrlType->sourceUrl_; in CloneUrlType()
H A Ddash_representation_manager.cpp101 … initSegment_->sourceUrl_ = representationInfo_->representationSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
H A Ddash_adpt_set_manager.cpp112 initSegment_->sourceUrl_ = adptSetInfo_->adptSetSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
H A Ddash_period_manager.cpp222 initSegment_->sourceUrl_ = periodInfo_->periodSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
H A Ddash_mpd_parser.cpp950 urlTypeNode->GetAttr("sourceURL", urlType->sourceUrl_); in ParseUrlType()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dplayer_framework_adapter_impl_test.cpp47 const std::string sourceUrl_ = "sourcetest.mp3"; member in OHOS::NWeb::PlayerAdapterImplTest
75 EXPECT_EQ(playerAdapter_->SetSource(sourceUrl_), -1);
98 EXPECT_NE(playerAdapter_->SetSource(sourceUrl_), -1);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h56 std::string sourceUrl_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1971 streamDesc->initSegment_->url_ = urlType->sourceUrl_; in UpdateInitSegUrl()