Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp207 DashList<DashRepresentationInfo *> representationList = adptSetInfo->representationList_; in GetMimeTypeFromRepresentation() local
208 for (DashRepresentationInfo *representationInfo : representationList) { in GetMimeTypeFromRepresentation()
H A Ddash_period_manager.cpp47 DashList<DashRepresentationInfo *> representationList = adptSetInfo->representationList_; in GetMimeTypeFromRepresentation() local
48 for (DashRepresentationInfo *representationInfo : representationList) { in GetMimeTypeFromRepresentation()
H A Ddash_mpd_parser.cpp1207 void DashMpdParser::ClearRepresentation(DashList<DashRepresentationInfo *> &representationList) in ClearRepresentation() argument
1209 while (representationList.size() > 0) { in ClearRepresentation()
1210 DashRepresentationInfo *representationInfo = representationList.front(); in ClearRepresentation()
1221 representationList.pop_front(); in ClearRepresentation()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h90 void ClearRepresentation(DashList<DashRepresentationInfo *> &representationList);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp579 DashList<DashRepresentationInfo*> representationList = adptSetInfo->representationList_; in GetAdpDrmInfos() local
580 for (auto &representationInfo : representationList) { in GetAdpDrmInfos()