Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mime

63     const char *mime;
216 const char *mime, int index) {
219 if (!strcasecmp(mime, info[i].mime)) {
374 const char *mime,
387 mime, index);
392 mime, index);
438 const char *mime;
439 bool success = meta->findCString(kKeyMIMEType, &mime);
444 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
501 createEncoder, mime, componentName,
964 const char *mime, const sp<MetaData>& meta) {
977 if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_AVC, mime)) {
979 mime)) {
981 } else if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_H263, mime)) {
984 LOGE("Not a supported video mime type: %s", mime);
985 CHECK(!"Should not be here. Not a supported video mime type.");
1363 const char *mime, OMX_U32 width, OMX_U32 height) {
1367 if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_AVC, mime)) {
1369 } else if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_MPEG4, mime)) {
1371 } else if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_H263, mime)) {
1373 } else if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_VPX, mime)) {
1375 } else if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_MPEG2, mime)) {
1378 LOGE("Not a supported video mime type: %s", mime);
1379 CHECK(!"Should not be here. Not a supported video mime type.");
1480 const char *mime,
1490 mMIME(strdup(mime)),
1518 const char *mime) {
1520 const char *mime;
1555 if (!strcasecmp(mime, kMimeToRole[i].mime)) {
4634 const char *mime, bool queryDecoders, bool hwCodecOnly,
4639 OMXCodec::findMatchingCodecs(mime,
4665 OMXCodec::setComponentRole(omx, node, !queryDecoders, mime);