Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mime

364         const char *mime;
365 CHECK(meta->findCString(kKeyMIMEType, &mime));
367 if (!haveVideo && !strncasecmp(mime, "video/", 6)) {
370 } else if (!haveAudio && !strncasecmp(mime, "audio/", 6)) {
374 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) {
1027 const char *mime;
1028 CHECK(meta->findCString(kKeyMIMEType, &mime));
1030 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW)) {
1054 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_QCELP)) {
1550 const char *mime;
1551 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
1553 if (!strncasecmp("video/", mime, 6)) {
1556 CHECK(!strncasecmp("audio/", mime, 6));