Home
last modified time | relevance | path

Searched refs:startsWithIgnoreCase (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
DAString.h87 bool startsWithIgnoreCase(const char *prefix) const;
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp1125 return componentName.startsWithIgnoreCase("OMX.google.") in isSoftwareCodec()
1126 || !componentName.startsWithIgnoreCase("OMX."); in isSoftwareCodec()
1138 bool isOMX1 = name1->startsWithIgnoreCase("OMX."); in compareSoftwareCodecsFirst()
1139 bool isOMX2 = name2->startsWithIgnoreCase("OMX."); in compareSoftwareCodecsFirst()
DMediaCodec.cpp320 if (nameIsType || name.startsWithIgnoreCase("omx.")) { in GetCodecBase()
322 } else if (name.startsWithIgnoreCase("android.filter.")) { in GetCodecBase()
1433 if (mime.startsWithIgnoreCase("video/")) { in onMessageReceived()
DACodec.cpp7845 bool isVideo = mime.startsWithIgnoreCase("video/"); in queryCapabilities()
/frameworks/av/media/libstagefright/foundation/
DAString.cpp340 bool AString::startsWithIgnoreCase(const char *prefix) const { in startsWithIgnoreCase() function in android::AString