Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h45 void ParseMPD(const char *mpdData, uint32_t length);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp1062 void DashMpdParser::ParseMPD(const char *mpdData, uint32_t length) in ParseMPD() argument
1069 int32_t ret = xmlParser->ParseFromBuffer(mpdData, length); in ParseMPD()