Home
last modified time | relevance | path

Searched refs:essentialPropertyList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_util.h47 bool DashStreamIsHdr(DashList<DashDescriptor*> essentialPropertyList);
H A Ddash_mpd_parser.h73 DashList<DashDescriptor *> &essentialPropertyList);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_util.cpp238 bool DashStreamIsHdr(DashList<DashDescriptor*> essentialPropertyList) in DashStreamIsHdr() argument
244 for (auto descriptor : essentialPropertyList) { in DashStreamIsHdr()
H A Ddash_mpd_parser.cpp840 DashList<DashDescriptor *> &essentialPropertyList) in ParseEssentialProperty() argument
853 essentialPropertyList.push_back(essentialProperty); in ParseEssentialProperty()