Searched refs:strEq (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/xmlparser/ |
D | MediaCodecsXmlParser.cpp | 71 bool strEq(const char* s1, const char* s2) { in strEq() function 232 if (strEq(attrs[i], "href")) { in includeXMLFile() 277 if (strEq(name, "Include")) { in startElementHandler() 289 if (strEq(name, "Decoders")) { in startElementHandler() 291 } else if (strEq(name, "Encoders")) { in startElementHandler() 293 } else if (strEq(name, "Settings")) { in startElementHandler() 301 if (strEq(name, "Setting")) { in startElementHandler() 309 if (strEq(name, "MediaCodec")) { in startElementHandler() 320 if (strEq(name, "MediaCodec")) { in startElementHandler() 332 if (strEq(name, "Quirk")) { in startElementHandler() [all …]
|