Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mime

112     const char *mime;
113 CHECK(mTrack.mMeta->findCString(kKeyMIMEType, &mime));
115 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_MPEG)) {
617 const char *mime = NULL;
621 mime = GetMIMETypeForHandler(handler);
623 if (mime && strncasecmp(mime, "video/", 6)) {
627 if (mime == NULL) {
637 if (mime && strncasecmp(mime, "audio/", 6)) {
644 if (!mime) {
645 mime = "application/octet-stream";
648 meta->setCString(kKeyMIMEType, mime);
919 AString mime = tmp;
921 if (!strncasecmp("video/", mime.c_str(), 6)) {
933 if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_MPEG4)) {
935 } else if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_AVC)) {