Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mime

361             const char *mime;
362 CHECK(meta->findCString(kKeyMIMEType, &mime));
363 LOGV("track of type '%s' does not publish bitrate", mime);
392 String8 mime = String8(_mime);
394 if (!haveVideo && !strncasecmp(mime.string(), "video/", 6)) {
415 stat->mMIME = mime.string();
417 } else if (!haveAudio && !strncasecmp(mime.string(), "audio/", 6)) {
427 stat->mMIME = mime.string();
430 if (!strcasecmp(mime.string(), MEDIA_MIMETYPE_AUDIO_VORBIS)) {
442 } else if (!strcasecmp(mime.string(), MEDIA_MIMETYPE_TEXT_3GPP)) {
1371 const char *mime;
1372 CHECK(meta->findCString(kKeyMIMEType, &mime));
1374 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW)) {
1398 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_QCELP)) {
2054 // be, remember this mime type so we don't have to
2313 fprintf(out, " MIME(%s)", stat.mMIME.string());