Lines Matching defs:mime
44 AString mime;
45 CHECK(format->findString("mime", &mime));
68 bool needDedicatedLooper = !strncasecmp(mime.c_str(), "video/", 6);
156 AString mime;
157 if (!targetFormat->findString("mime", &mime)) {
161 if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_AUDIO_AAC)) {
193 if (!mFormat->findString("mime", &oldMime)
194 || !targetFormat->findString("mime", &newMime)