Home
last modified time | relevance | path

Searched refs:roleList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp1282 void DashMpdParser::ClearRoleList(DashList<DashDescriptor *> &roleList) in ClearRoleList() argument
1284 while (roleList.size() > 0) { in ClearRoleList()
1285 DashDescriptor *role = roleList.front(); in ClearRoleList()
1290 roleList.pop_front(); in ClearRoleList()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h94 void ClearRoleList(DashList<DashDescriptor *> &roleList);