Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_representation_manager.cpp25 SetRepresentationInfo(rep); in DashRepresentationManager()
40 void DashRepresentationManager::SetRepresentationInfo(DashRepresentationInfo *rep) in SetRepresentationInfo() function in OHOS::Media::Plugins::HttpPlugin::DashRepresentationManager
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_representation_manager.h33 void SetRepresentationInfo(DashRepresentationInfo *representation);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1155 representationManager_->SetRepresentationInfo(*it); in GetStreamDescriptions()