Home
last modified time | relevance | path

Searched refs:DashVector (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_period_manager.h37 …void GetAdptSetsByStreamType(DashVector<DashAdptSetInfo *> &adptSetInfo, MediaAVCodec::MediaType s…
64 DashVector<DashAdptSetInfo *> videoAdptSetsVector_;
65 DashVector<DashAdptSetInfo *> audioAdptSetsVector_;
66 DashVector<DashAdptSetInfo *> subtitleAdptSetsVector_;
H A Ddash_adpt_set_manager.h34 void GetBandwidths(DashVector<uint32_t> &bandwidths);
H A Dmpd_parser_def.h28 using DashVector = std::vector<T, Alloc>; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp139 void DashAdptSetManager::GetBandwidths(DashVector<uint32_t> &bandwidths) in GetBandwidths()
H A Ddash_period_manager.cpp249 void DashPeriodManager::GetAdptSetsByStreamType(DashVector<DashAdptSetInfo *> &adptSetInfo, in GetAdptSetsByStreamType()