HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 251 - 275 of 1798) sorted by null

<<11121314151617181920>>

  /frameworks/av/include/media/
ICrypto.h 42 const char *mime) const = 0;
  /frameworks/av/include/media/stagefright/
ACodec.h 224 status_t setComponentRole(bool isEncoder, const char *mime);
225 status_t configureCodec(const char *mime, const sp<AMessage> &msg);
235 const char *mime, int32_t width, int32_t height);
238 const char *mime, const sp<AMessage> &msg);
FileSource.h 41 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
  /frameworks/av/media/libmedia/
ICrypto.cpp 85 const char *mime) const {
88 data.writeCString(mime);
218 const char *mime = data.readCString(); local
219 reply->writeInt32(requiresSecureDecoderComponent(mime));
  /frameworks/av/media/libmediaplayerservice/
Crypto.h 46 const char *mime) const;
  /frameworks/av/media/libstagefright/
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)) {
  /frameworks/av/media/libstagefright/include/
DRMExtractor.h 34 DRMExtractor(const sp<DataSource> &source, const char *mime);
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 51 const char *mime; local
52 CHECK(meta->findCString(kKeyMIMEType, &mime));
54 if (!strncasecmp("audio/", mime, 6)) {
57 CHECK(!strncasecmp("video/", mime, 6));
  /frameworks/base/drm/java/android/drm/
DrmInfo.java 46 * @param mimeType The MIME type.
66 * @param mimeType The MIME type.
141 * Retrieves the MIME type associated with this object.
143 * @return The MIME type.
  /frameworks/base/media/jni/
android_media_MediaCrypto.h 38 bool requiresSecureDecoderComponent(const char *mime) const;
  /frameworks/base/services/java/com/android/server/firewall/
Filter.java 31 * @param resolvedType The resolved mime type of the intent
  /libcore/luni/src/main/java/java/net/
UnknownServiceException.java 25 * there is an invalid MIME type or the application wants to send data over a
  /libcore/luni/src/test/java/libcore/java/net/
OldFileNameMapTest.java 36 assertEquals("getContentTypeFor returns incorrect MIME type for " +
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 155 final String mime = Utils.normalizeMimeType(mAttachment.getContentType()); local
158 .sendEvent("view_attachment", mime, "attachment_tile", mAttachment.size);
160 if (ImageUtils.isImageMimeType(mime)) {
170 intent, mAttachment.contentUri, mime);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 151 log.warn("Malformed MIME; got ==");
157 log.warn("Malformed MIME; expected \\r or "
171 log.warn("Malformed MIME; expected "
189 log.warn("Malformed MIME; expected "
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Body.java 48 * Writes this body to the given stream in MIME message format.
BodyPart.java 27 * Represents a MIME body part (see RFC 2045).
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
Constants.java 29 * Specific MIME-type for {@link Phone#CONTENT_ITEM_TYPE} entries that
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
HelpersTest.java 38 "video/mp4", // MIME type corresponding to file extension .mp4
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_04.txt 5 MIME-Version: 1.0
msg_10.txt 0 MIME-Version: 1.0
msg_14.txt 5 MIME-Version: 1.0
msg_29.txt 5 MIME-Version: 1.0
msg_33.txt 6 Mime-Version: 1.0
msg_44.txt 5 MIME-Version: 1.0

Completed in 4467 milliseconds

<<11121314151617181920>>