HomeSort by relevance Sort by last modified time
    Searched refs:mime (Results 126 - 150 of 202) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/chrome/browser/resources/
plugins.css 209 /* Separate the inital line, Description, Location, and MIME Types lines. */
224 /* Make the MIME Types tables smaller. */
225 .plugin-details .mime-types {
229 /* Separate the header from the contents in each MIME Types table. */
230 .plugin-details .mime-types .header td {
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 250 off64_t length, const char* mime) {
253 uniqueId, fd, offset, length, mime);
257 int uniqueId, const char* uri, const char* mime) {
261 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime);
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 386 const char *mime; local
387 CHECK(meta->findCString(kKeyMIMEType, &mime));
388 ALOGV("track of type '%s' does not publish bitrate", mime);
417 String8 mime = String8(_mime); local
419 if (!haveVideo && !strncasecmp(mime.string(), "video/", 6)) {
440 stat->mMIME = mime.string();
442 } else if (!haveAudio && !strncasecmp(mime.string(), "audio/", 6)) {
453 stat->mMIME = mime.string();
456 if (!strcasecmp(mime.string(), MEDIA_MIMETYPE_AUDIO_VORBIS)) {
468 } else if (!strcasecmp(mime.string(), MEDIA_MIMETYPE_TEXT_3GPP))
1496 const char *mime; local
2553 String8 mime = String8(_mime); local
2668 const char *mime; local
    [all...]
OMXCodec.cpp 183 const char *mime,
197 list->findCodecByType(mime, createEncoder, index);
291 const char *mime; local
292 bool success = meta->findCString(kKeyMIMEType, &mime);
297 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
300 ALOGV("No matching codecs! (mime: %s, createEncoder: %s, "
302 mime, createEncoder ? "true" : "false", matchComponentName, flags);
356 createEncoder, mime, componentName,
781 const char *mime, const sp<MetaData>& meta) {
794 if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_AVC, mime)) {
1357 const char *mime; member in struct:android::MimeToRole
    [all...]
  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 222 bool Crypto::requiresSecureDecoderComponent(const char *mime) const {
233 return mPlugin->requiresSecureDecoderComponent(mime);
StagefrightRecorder.cpp 820 const char *mime; local
824 mime = MEDIA_MIMETYPE_AUDIO_AMR_NB;
827 mime = MEDIA_MIMETYPE_AUDIO_AMR_WB;
830 mime = MEDIA_MIMETYPE_AUDIO_AAC;
834 mime = MEDIA_MIMETYPE_AUDIO_AAC;
838 mime = MEDIA_MIMETYPE_AUDIO_AAC;
846 encMeta->setCString(kKeyMIMEType, mime);
    [all...]
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 271 sp<DecryptHandle> ChromiumHTTPDataSource::DrmInitialization(const char* mime) {
287 String8(mURI.c_str()), mime);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 169 const char *mime; local
170 CHECK(meta->findCString(kKeyMIMEType, &mime));
172 mIsAudio = !strncasecmp("audio/", mime, 6);
174 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
187 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) {
937 const char *mime; local
938 CHECK(info->mMeta->findCString(kKeyMIMEType, &mime));
940 if (strncasecmp(mime, "video/", 6)) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 550 const char *mime; local
551 CHECK(format->findCString(kKeyMIMEType, &mime));
553 if (!strcasecmp(mime, MEDIA_MIMETYPE_CONTAINER_MPEG2TS)) {
561 bool isAudio = !strncasecmp(mime, "audio/", 6);
562 bool isVideo = !strncasecmp(mime, "video/", 6);
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 155 char *contentType; /* the MIME type for the input */
159 char *mimeType; /* Mime-Type extracted from the contentType */
687 * - The Content-Type, Mime-Type and charset used
732 const xmlChar *charset, *last, *mime; local
738 mime = (const xmlChar *) cur;
739 last = mime;
745 ctxt->mimeType = (char *) xmlStrndup(mime, last - mime);
758 const xmlChar *charset, *last, *mime; local
763 mime = (const xmlChar *) cur
    [all...]
  /external/libxml2/
nanohttp.c 153 char *contentType; /* the MIME type for the input */
157 char *mimeType; /* Mime-Type extracted from the contentType */
685 * - The Content-Type, Mime-Type and charset used
730 const xmlChar *charset, *last, *mime; local
736 mime = (const xmlChar *) cur;
737 last = mime;
743 ctxt->mimeType = (char *) xmlStrndup(mime, last - mime);
756 const xmlChar *charset, *last, *mime; local
761 mime = (const xmlChar *) cur
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 158 AString mime; local
159 CHECK(format->findString("mime", &mime));
161 return !strncasecmp(mime.c_str(), "audio/", 6);
769 AString mime; local
770 CHECK(format->findString("mime", &mime));
772 bool isAudio = !strncasecmp(mime.c_str(), "audio/", 6);
773 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
940 format->setString("mime", MEDIA_MIMETYPE_VIDEO_AVC)
    [all...]
TSPacketizer.cpp 97 CHECK(format->findString("mime", &mMIME));
383 AString mime; local
384 CHECK(format->findString("mime", &mime));
387 bool isVideo = !strncasecmp("video/", mime.c_str(), 6);
388 bool isAudio = !strncasecmp("audio/", mime.c_str(), 6);
402 if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_AVC)) {
406 } else if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_AUDIO_AAC)) {
410 } else if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_AUDIO_RAW)) {
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 190 const char *mime; local
191 CHECK(meta->findCString(kKeyMIMEType, &mime));
193 if (!haveVideo && !strncasecmp(mime, "video/", 6)) {
196 } else if (!haveAudio && !strncasecmp(mime, "audio/", 6)) {
200 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) {
703 const char *mime; local
704 CHECK(meta->findCString(kKeyMIMEType, &mime));
706 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW)) {
731 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_QCELP)) {
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsTest.java 231 final String mime = "text/html"; local
236 loadDataSync(awContents, loadHelper, emptyDoc, mime, false);
241 loadDataSync(awContents, loadHelper, imageDoc, mime, false);
  /frameworks/av/drm/common/
IDrmManagerService.cpp 604 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) {
614 if (mime) {
615 mimeType = mime;
630 int uniqueId, const char* uri, const char* mime) {
632 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
639 if (mime) {
640 mimeType = mime;
1309 const String8 mime = data.readString8(); local
1329 const String8 mime = data.readString8(); local
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 78 AString mime; local
79 CHECK(format->findString("mime", &mime));
80 info.mIsAudio = !strncasecmp("audio/", mime.c_str(), 6);
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 440 * Returns the MIME type of a content URI returned by
445 * @return If the associated file has an extension, the MIME type associated with that
456 final String mime = MimeTypeMap.getSingleton().getMimeTypeFromExtension(extension); local
457 if (mime != null) {
458 return mime;
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 150 * Retrieves the mime type embedded inside the original content.
156 * Returns mime-type of the original content, such as "video/mpeg"
167 * @param mimeType Mime type of the content or null.
507 static bool IsMimeTypeSupported(const String8& mime);
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 145 bool requiresSecureDecoderComponent(const char *mime) const;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 349 const char* mime = NULL; local
391 mime = MEDIA_MIMETYPE_AUDIO_AAC;
396 mime = MEDIA_MIMETYPE_AUDIO_AMR_NB;
406 encoderMetadata->setCString(kKeyMIMEType, mime);
VideoEditorAudioDecoder.cpp 438 const char* mime = NULL; local
466 mime = MEDIA_MIMETYPE_AUDIO_AMR_NB;
477 mime = MEDIA_MIMETYPE_AUDIO_AMR_WB;
493 mime = MEDIA_MIMETYPE_AUDIO_AAC;
526 mime = MEDIA_MIMETYPE_AUDIO_MPEG;
534 decoderMetaData->setCString(kKeyMIMEType, mime);
    [all...]
VideoEditor3gpReader.cpp 1445 const char *mime; local
    [all...]
  /external/chromium_org/media/tools/bug_hunter/
bug_hunter.py 42 from email.mime.multipart import MIMEMultipart
43 from email.mime.text import MIMEText
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 133 const char *mime; local
134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
137 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
139 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_H263)) {
141 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_NB)) {
143 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_WB)) {

Completed in 3397 milliseconds

1 2 3 4 56 7 8 9