Home
last modified time | relevance | path

Searched refs:DashDescriptor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h42 struct DashDescriptor { struct
106 DashList<DashDescriptor *> audioChannelConfigurationList_;
111 DashList<DashDescriptor *> contentProtectionList_;
112 DashList<DashDescriptor *> essentialPropertyList_;
135 DashList<DashDescriptor *> roleList_;
167 DashList<DashDescriptor *> roleList_;
H A Ddash_mpd_parser.h71 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…
H A Ddash_mpd_util.h47 bool DashStreamIsHdr(DashList<DashDescriptor*> essentialPropertyList);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp787 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 …]
H A Ddash_mpd_util.cpp238 bool DashStreamIsHdr(DashList<DashDescriptor*> essentialPropertyList) in DashStreamIsHdr()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h221 void GetDrmInfos(const std::string &drmId, const DashList<DashDescriptor *> &contentProtections,
H A Ddash_mpd_downloader.cpp642 void DashMpdDownloader::GetDrmInfos(const std::string &drmId, const DashList<DashDescriptor *> &con… in GetDrmInfos()