Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:strncasecmp

624 strncasecmp(mime, "video/", 6)) {
638 if (mime && strncasecmp(mime, "audio/", 6)) {
922 if (!strncasecmp("video/", mime.c_str(), 6)) {