Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp264 return componentName.startsWithIgnoreCase("OMX.google.") in isSoftwareCodec()
265 || !componentName.startsWithIgnoreCase("OMX."); in isSoftwareCodec()
277 bool isOMX1 = name1->startsWithIgnoreCase("OMX."); in compareSoftwareCodecsFirst()
278 bool isOMX2 = name2->startsWithIgnoreCase("OMX."); in compareSoftwareCodecsFirst()
DMediaCodec.cpp553 if (nameIsType || name.startsWithIgnoreCase("omx.")) { in GetCodecBase()
555 } else if (name.startsWithIgnoreCase("android.filter.")) { in GetCodecBase()
1831 if (mime.startsWithIgnoreCase("video/")) { in onMessageReceived()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAString.h87 bool startsWithIgnoreCase(const char *prefix) const;
/frameworks/av/media/libstagefright/foundation/
DAString.cpp353 bool AString::startsWithIgnoreCase(const char *prefix) const { in startsWithIgnoreCase() function in android::AString