Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DM3UParser.h117 static bool codecIsType(const AString &codec, const char *type);
DM3UParser.cpp455 if (codecIsType(codec, key)) { in getTypeURI()
1357 bool M3UParser::codecIsType(const AString &codec, const char *type) { in codecIsType() function in android::M3UParser