Searched refs:DashVector (Results 1 – 5 of 5) sorted by relevance
37 …void GetAdptSetsByStreamType(DashVector<DashAdptSetInfo *> &adptSetInfo, MediaAVCodec::MediaType s…64 DashVector<DashAdptSetInfo *> videoAdptSetsVector_;65 DashVector<DashAdptSetInfo *> audioAdptSetsVector_;66 DashVector<DashAdptSetInfo *> subtitleAdptSetsVector_;
34 void GetBandwidths(DashVector<uint32_t> &bandwidths);
28 using DashVector = std::vector<T, Alloc>; variable
139 void DashAdptSetManager::GetBandwidths(DashVector<uint32_t> &bandwidths) in GetBandwidths()
249 void DashPeriodManager::GetAdptSetsByStreamType(DashVector<DashAdptSetInfo *> &adptSetInfo, in GetAdptSetsByStreamType()