Searched defs:mime (Results 1 - 25 of 91) sorted by relevance

1234

/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.cpp37 const char *mime; local
38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime));
39 if (strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP) == 0) {
42 ALOGE("Unsupported mime type for subtitle. : %s", mime);
H A DTimedText3GPPSource.cpp71 const char *mime; local
72 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
73 CHECK(strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP) == 0);
95 const char *mime; local
96 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
97 CHECK(strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP) == 0);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h84 int fd, off64_t offset, off64_t length, const char* mime);
88 const char* uri, const char* mime);
221 * Retrieves the mime type embedded inside the original content
227 * Returns mime-type of the original content, such as "video/mpeg"
395 * @param[in] mime Mime type of the protected content
396 * drm plugin may do some optimization since the mime type is known.
403 const char* mime) {
427 * @param[in] mime Mime type of the protected content. The corresponding
428 * drm plugin may do some optimization since the mime type is known.
434 const char* uri, const char* mime) {
400 onOpenDecryptSession( int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length, const char* mime) argument
432 onOpenDecryptSession( int uniqueId, DecryptHandle* decryptHandle, const char* uri, const char* mime) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp54 const sp<DataSource> &source, const char *mime) {
58 if (mime == NULL) {
66 mime = tmp.string();
68 mime, confidence);
75 if (!strncmp(mime, "drm+", 4)) {
76 const char *originalMime = strchr(mime+4, '+');
82 if (!strncmp(mime, "drm+es_based+", 13)) {
85 } else if (!strncmp(mime, "drm+container_based+", 20)) {
86 mime = originalMime;
94 if (!strcasecmp(mime, MEDIA_MIMETYPE_CONTAINER_MPEG
53 Create( const sp<DataSource> &source, const char *mime) argument
[all...]
H A DFileSource.cpp130 sp<DecryptHandle> FileSource::DrmInitialization(const char *mime) { argument
141 mFd, mOffset, mLength, mime);
H A DAMRWriter.cpp82 const char *mime; local
83 CHECK(meta->findCString(kKeyMIMEType, &mime));
86 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_WB)) {
88 } else if (strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_NB)) {
/frameworks/base/media/java/android/media/
H A DMediaCrypto.java68 * to decode data of the given mime type.
69 * @param mime The mime type of the media data
71 public final native boolean requiresSecureDecoderComponent(String mime); argument
/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp87 bool AMediaCrypto_requiresSecureDecoderComponent(const char *mime) { argument
92 return crypto->requiresSecureDecoderComponent(mime);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaMimeTest.java35 * System tests for the handling of mime type in the media framework.
71 // AUDIO mime type resolution tests.
97 // Checks the activity resolver handling of mime types is case sensitive.
105 // resolving mime types. Trailing whitespaces seems to be non
114 // @return a ResolveInfo instance for the mime type or null if the type is
116 private ResolveInfo resolveMime(String mime) { argument
120 viewIntent.setDataAndType(uri, mime);
125 // Helper method to check the media playback activity handles the given mime type.
126 // @param mime type to test for
127 private void assertMediaPlaybackActivityHandles(String mime) throw argument
135 assertNoActivityHandles(String mime) argument
[all...]
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp100 String8 mime; local
101 const void *data = tag.getAlbumArt(&dataSize, &mime);
104 printf("found album art: size=%zu mime='%s'\n", dataSize,
105 mime.string());
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp40 const char *mime; local
41 CHECK(meta->findCString(kKeyMIMEType, &mime));
43 mIsAudio = !strncasecmp(mime, "audio/", 6);
119 AString mime = tmp; local
121 ALOGI("MediaPuller(%s) stopping.", mime.c_str());
123 ALOGI("MediaPuller(%s) stopped.", mime.c_str());
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c60 SLDataFormat_MIME mime; local
65 mime.formatType = SL_DATAFORMAT_MIME;
66 mime.mimeType = (SLchar *) NULL;
67 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
69 audiosrc.pFormat = &mime;
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp45 const char *mime = mMode == MODE_VP8 ? MEDIA_MIMETYPE_VIDEO_VP8 : MEDIA_MIMETYPE_VIDEO_VP9; local
49 kNumBuffers, mime, kMinCompressionRatio);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp145 sp<DecryptHandle> MediaHTTP::DrmInitialization(const char* mime) { argument
156 String8(mLastURI.c_str()), mime);
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp65 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;
H A DslesTestPlayFdPath.cpp61 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;
H A DslesTestVirtualizerPath.cpp66 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;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp59 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;
H A DslesTestPlayUri2.cpp74 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;
H A DslesTest_playStates.cpp59 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;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp299 AString mime; local
300 CHECK(format->findString("mime", &mime));
302 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
304 if (!haveAudio && !strncasecmp(mime.c_str(), "audio/", 6)) {
321 mCodecLooper, mime.c_str(), false /* encoder */);
580 AString mime; local
581 CHECK(format->findString("mime", &mime));
583 if (!strncasecmp(mime
[all...]
H A Dcodec.cpp94 AString mime; local
95 CHECK(format->findString("mime", &mime));
97 bool isAudio = !strncasecmp(mime.c_str(), "audio/", 6);
98 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
121 looper, mime.c_str(), false /* encoder */);
H A Dmuxer.cpp97 AString mime; local
98 CHECK(format->findString("mime", &mime));
100 bool isAudio = !strncasecmp(mime.c_str(), "audio/", 6);
101 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp124 int fd, off64_t offset, off64_t length, const char* mime) {
126 if (!mime || mime[0] == '\0') {
130 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length, mime);
135 const char* uri, const char* mime) {
136 if (!mime || mime[0] == '\0') {
139 return onOpenDecryptSession(uniqueId, decryptHandle, uri, mime);
122 openDecryptSession( int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length, const char* mime) argument
133 openDecryptSession( int uniqueId, DecryptHandle* decryptHandle, const char* uri, const char* mime) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp120 int fd, off64_t offset, off64_t length, const char* mime) {
123 mUniqueId, fd, offset, length, mime);
127 const char* uri, const char* mime) {
130 mUniqueId, uri, mime);
119 openDecryptSession( int fd, off64_t offset, off64_t length, const char* mime) argument
126 openDecryptSession( const char* uri, const char* mime) argument

Completed in 1984 milliseconds

1234