Searched refs:DashDescriptor (Results 1 – 7 of 7) sorted by relevance
42 struct DashDescriptor { struct106 DashList<DashDescriptor *> audioChannelConfigurationList_;111 DashList<DashDescriptor *> contentProtectionList_;112 DashList<DashDescriptor *> essentialPropertyList_;135 DashList<DashDescriptor *> roleList_;167 DashList<DashDescriptor *> roleList_;
71 DashList<DashDescriptor *> &contentProtectionList);73 DashList<DashDescriptor *> &essentialPropertyList);75 DashList<DashDescriptor *> &propertyList);94 void ClearRoleList(DashList<DashDescriptor *> &roleList);129 …void GetContentProtection(const std::shared_ptr<XmlParser> &xmlParser, DashDescriptor *contentProt…
47 bool DashStreamIsHdr(DashList<DashDescriptor*> essentialPropertyList);
787 DashList<DashDescriptor *> &contentProtectionList) in ParseContentProtection()789 DashDescriptor *contentProtection = new (std::nothrow) DashDescriptor; in ParseContentProtection()819 …r::GetContentProtection(const std::shared_ptr<XmlParser> &xmlParser, DashDescriptor *contentProtec… in GetContentProtection()840 DashList<DashDescriptor *> &essentialPropertyList) in ParseEssentialProperty()842 DashDescriptor *essentialProperty = new (std::nothrow) DashDescriptor; in ParseEssentialProperty()863 DashList<DashDescriptor *> &propertyList) in ParseAudioChannelConfiguration()865 DashDescriptor *channelProperty = new (std::nothrow) DashDescriptor; in ParseAudioChannelConfiguration()1261 static void ClearPropertyList(DashList<DashDescriptor *> &propertyList) in ClearPropertyList()1264 DashDescriptor *property = propertyList.front(); in ClearPropertyList()1282 void DashMpdParser::ClearRoleList(DashList<DashDescriptor *> &roleList) in ClearRoleList()[all …]
238 bool DashStreamIsHdr(DashList<DashDescriptor*> essentialPropertyList) in DashStreamIsHdr()
221 void GetDrmInfos(const std::string &drmId, const DashList<DashDescriptor *> &contentProtections,
642 void DashMpdDownloader::GetDrmInfos(const std::string &drmId, const DashList<DashDescriptor *> &con… in GetDrmInfos()