Home | History | Annotate | Download | only in lvpp

Lines Matching refs:mime

345         const char *mime;
346 CHECK(meta->findCString(kKeyMIMEType, &mime));
348 if (!haveVideo && !strncasecmp(mime, "video/", 6)) {
363 } else if (!haveAudio && !strncasecmp(mime, "audio/", 6)) {
367 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) {
1169 const char *mime;
1170 CHECK(meta->findCString(kKeyMIMEType, &mime));
1172 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW)) {
1196 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_QCELP)) {