Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_xml_unit_test.cpp57 double ret = xmlParser_->ParseFromBuffer(nullptr, 1);
64 double ret = xmlParser_->ParseFromBuffer(xml.c_str(), xml.length());
71 double ret = xmlParser_->ParseFromBuffer(xml.c_str(), xml.length());
78 double ret = xmlParser_->ParseFromBuffer(xml.c_str(), xml.length());
85 double ret = xmlParser_->ParseFromBuffer(xml.c_str(), xml.length());
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H A Dxml_parser.h33 int32_t ParseFromBuffer(const char *buf, int32_t length);
H A Dxml_parser.cpp27 int32_t XmlParser::ParseFromBuffer(const char *buf, int32_t length) in ParseFromBuffer() function in OHOS::Media::Plugins::HttpPlugin::XmlParser
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp1069 int32_t ret = xmlParser->ParseFromBuffer(mpdData, length); in ParseMPD()