HomeSort by relevance Sort by last modified time
    Searched refs:mime (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /frameworks/base/media/libstagefright/include/
DRMExtractor.h 34 DRMExtractor(const sp<DataSource> &source, const char *mime);
ID3.h 45 const void *getAlbumArt(size_t *length, String8 *mime) const;
  /frameworks/base/media/libstagefright/
StagefrightMetadataRetriever.cpp 200 const char *mime; local
201 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
203 LOGV("thumbNailTime = %lld us, timeUs = %lld us, mime = %s",
204 thumbNailTime, timeUs, mime);
304 const char *mime; local
305 CHECK(meta->findCString(kKeyMIMEType, &mime));
307 if (!strncasecmp(mime, "video/", 6)) {
469 const char *mime; local
470 if (trackMeta->findCString(kKeyMIMEType, &mime)) {
471 if (!hasAudio && !strncasecmp("audio/", mime, 6))
    [all...]
DRMExtractor.cpp 86 const char *mime; local
87 bool success = getFormat()->findCString(kKeyMIMEType, &mime);
90 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
160 const char *mime; local
161 CHECK(getFormat()->findCString(kKeyMIMEType, &mime));
163 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC) && !mWantsNALFragments) {
236 DRMExtractor::DRMExtractor(const sp<DataSource> &source, const char* mime)
240 mOriginalExtractor = MediaExtractor::Create(source, mime);
AVIExtractor.cpp 112 const char *mime; local
113 CHECK(mTrack.mMeta->findCString(kKeyMIMEType, &mime));
115 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_MPEG)) {
617 const char *mime = NULL; local
621 mime = GetMIMETypeForHandler(handler);
623 if (mime && strncasecmp(mime, "video/", 6)) {
627 if (mime == NULL) {
637 if (mime && strncasecmp(mime, "audio/", 6))
919 AString mime = tmp; local
    [all...]
AMRWriter.cpp 80 const char *mime; local
81 CHECK(meta->findCString(kKeyMIMEType, &mime));
84 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_WB)) {
86 } else if (strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_NB)) {
  /external/webkit/Source/WebCore/plugins/
DOMPlugin.cpp 68 const MimeClassInfo& mime = pluginInfo().mimes[index]; local
72 if (mimes[i] == mime && m_pluginData->mimePluginIndices()[i] == m_index)
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageTransferHandler.java 48 String mime = flavor.getMimeType(); local
49 DataFlavor flave = new DataFlavor(mime);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiff.pl 76 svn:mime-type = application/octet-stream
80 Name: svn:mime-type
92 svn:mime-type = application/octet-stream
112 svn:mime-type = application/octet-stream
116 Name: svn:mime-type
129 svn:mime-type = application/octet-stream
496 svn:mime-type = application/octet-stream
500 Name: svn:mime-type
514 svn:mime-type = application/octet-stream
535 svn:mime-type = application/octet-strea
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorSRC.cpp 49 const char *mime; local
50 CHECK(format->findCString(kKeyMIMEType, &mime));
51 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
283 const char *mime; local
284 CHECK(format->findCString(kKeyMIMEType, &mime));
285 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 2 /* xdgmimealias.c: Private file. mmappable caches for mime data
46 #warning Building xdgmime without MMAP support. Binary "mime.info" cache files will not be used.
351 const char *mime; member in struct:__anon2039
426 mime_types[n].mime = mime_type;
502 mime_types[n].mime = cache->buffer + mimetype_offset;
586 mime_types[i] = mimes[i].mime;
752 is_super_type (const char *mime)
757 length = strlen (mime);
758 type = &(mime[length - 2]);
768 _xdg_mime_cache_mime_type_subclass (const char *mime,
    [all...]
  /frameworks/base/cmds/stagefright/
stagefright.cpp 171 const char *mime; local
172 CHECK(meta->findCString(kKeyMIMEType, &mime));
175 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_RAW, mime)) {
193 fprintf(stderr, "Failed to instantiate decoder for '%s'.\n", mime);
379 if (!strncasecmp("video/", mime, 6)) {
390 } else if (!strncasecmp("audio/", mime, 6)) {
430 const char *mime; local
431 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
433 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
435 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_MPEG4))
1014 const char *mime; local
1031 const char *mime; local
1059 const char *mime; local
    [all...]
  /system/media/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 65 SLDataFormat_MIME mime; local
131 mime.formatType = SL_DATAFORMAT_MIME;
132 /* this is how ignored mime information is specified, according to OpenSL ES spec
134 mime.mimeType = (SLchar*)NULL;
135 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
137 audioSource.pFormat = (void*)&mime;
slesTestPlayFdPath.cpp 61 SLDataFormat_MIME mime; local
120 mime.formatType = SL_DATAFORMAT_MIME;
121 /* this is how ignored mime information is specified, according to OpenSL ES spec
123 mime.mimeType = (SLchar*)NULL;
124 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
126 audioSource.pFormat = (void*)&mime;
slesTestVirtualizerPath.cpp 66 SLDataFormat_MIME mime; local
132 mime.formatType = SL_DATAFORMAT_MIME;
133 /* this is how ignored mime information is specified, according to OpenSL ES spec
135 mime.mimeType = (SLchar*)NULL;
136 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
138 audioSource.pFormat = (void*)&mime;
  /system/media/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 133 SLDataFormat_MIME mime; local
171 mime.formatType = SL_DATAFORMAT_MIME;
172 mime.mimeType = (SLchar*)NULL;
173 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
175 audioSource.pFormat = (void *)&mime;
slesTestPlayStreamType.cpp 59 SLDataFormat_MIME mime; local
118 mime.formatType = SL_DATAFORMAT_MIME;
119 /* this is how ignored mime information is specified, according to OpenSL ES spec
121 mime.mimeType = (SLchar*)NULL;
122 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
124 audioSource.pFormat = (void*)&mime;
slesTestPlayUri.cpp 136 SLDataFormat_MIME mime; local
177 mime.formatType = SL_DATAFORMAT_MIME;
178 mime.mimeType = (SLchar*)NULL;
179 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
181 audioSource.pFormat = (void *)&mime;
slesTestPlayUri2.cpp 74 SLDataFormat_MIME mime; local
127 mime.formatType = SL_DATAFORMAT_MIME;
128 /* this is how ignored mime information is specified, according to OpenSL ES spec
130 mime.mimeType = (SLchar*)NULL;
131 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
133 audioSource.pFormat = (void *)&mime;
slesTest_playStates.cpp 59 SLDataFormat_MIME mime; local
113 mime.formatType = SL_DATAFORMAT_MIME;
114 /* this is how ignored mime information is specified, according to OpenSL ES spec
116 mime.mimeType = (SLchar*)NULL;
117 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
119 audioSource.pFormat = (void*)&mime;
  /system/media/wilhelm/tests/
mimeUri_test.cpp 110 SLDataFormat_MIME mime; local
151 mime.formatType = SL_DATAFORMAT_MIME;
152 mime.mimeType = (SLchar*)NULL;
153 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
155 audioSource.pFormat = (void *)&mime;
  /frameworks/base/include/media/stagefright/
ACodec.h 135 void setComponentRole(bool isEncoder, const char *mime);
136 void configureCodec(const char *mime, const sp<AMessage> &msg);
146 const char *mime, int32_t width, int32_t height);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp 102 MimeClassInfo mime; local
104 mime.type = it->first;
105 mime.desc = it->second;
106 mime.extensions = package->mimeToExtensions().get(mime.type);
108 info.mimes.append(mime);
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.cpp 353 const char *mime; local
354 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
356 if (!strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP)) {
387 const char *mime; local
388 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
391 if (!strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP)) {
  /external/webkit/Source/WebKit/win/
WebResource.h 65 /* [retval][out] */ BSTR *mime);

Completed in 844 milliseconds

12 3 4 5