Searched refs:ParseMPD (Results 1 – 4 of 4) sorted by relevance
85 mpdParser->ParseMPD(mpd.c_str(), mpd.length());121 mpdParser->ParseMPD(mpd.c_str(), mpd.length());201 mpdParser->ParseMPD(mpd.c_str(), mpd.length());248 mpdParser->ParseMPD(mpd.c_str(), mpd.length());
45 void ParseMPD(const char *mpdData, uint32_t length);
1062 void DashMpdParser::ParseMPD(const char *mpdData, uint32_t length) in ParseMPD() function in OHOS::Media::Plugins::HttpPlugin::DashMpdParser
528 mpdParser_->ParseMPD(downloadContent_.c_str(), downloadContent_.length()); in ParseManifest()