HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 151 - 175 of 1131) sorted by null

1 2 3 4 5 67 8 91011>>

  /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 43 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)) {
NuMediaExtractor.cpp 108 // at the container mime type.
158 const char *mime; local
159 CHECK(meta->findCString(kKeyMIMEType, &mime));
160 ALOGV("track of type '%s' does not publish bitrate", mime);
233 const char *mime; local
234 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
236 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) {
MPEG4Writer.cpp 1141 const char *mime; local
1142 mMeta->findCString(kKeyMIMEType, &mime);
1143 mIsAvc = !strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC);
1144 mIsAudio = !strncasecmp(mime, "audio/", 6);
1145 mIsMPEG4 = !strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_MPEG4) ||
1146 !strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC);
1235 const char *mime; local
2335 const char *mime; local
2402 const char *mime; local
2455 const char *mime; local
    [all...]
  /frameworks/av/media/libstagefright/include/
DRMExtractor.h 34 DRMExtractor(const sp<DataSource> &source, const char *mime);
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 35 const char *mime; local
36 CHECK(meta->findCString(kKeyMIMEType, &mime));
38 if (!strncasecmp("audio/", mime, 6)) {
41 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.
DrmManagerClient.java 449 * Checks whether the given MIME type or path can be handled.
452 * @param mimeType MIME type of the object to be handled.
454 * @return True if the given MIME type or path can be handled; false if they cannot be handled.
464 * Checks whether the given MIME type or URI can be handled.
467 * @param mimeType MIME type of the object to be handled
469 * @return True if the given MIME type or URI can be handled; false if they cannot be handled.
535 * object, and so on) using the specified path or MIME type. At least one parameter must
539 * @param mimeType MIME type of the content or null.
552 * object, and so on) using the specified URI or MIME type. At least one parameter must
556 * @param mimeType MIME type of the content or null
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCrypto.h 38 bool requiresSecureDecoderComponent(const char *mime) const;
  /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/Email/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/Email/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
  /frameworks/base/media/java/android/drm/mobile1/
DrmRawContent.java 26 * The "application/vnd.oma.drm.message" mime type.
31 * The "application/vnd.oma.drm.content" mime type.
62 * The id of "application/vnd.oma.drm.message" mime type.
67 * The id of "application/vnd.oma.drm.content" mime type.
129 * @param mimeTypeStr the mime type of the DRM content.
383 * native method: construct a DRM content according the mime type.
387 * @param mimeType the mime type of this DRM content. the value of this field includes:
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 297 AString mime; local
298 CHECK(format->findString("mime", &mime));
300 if (!haveAudio && !strncasecmp(mime.c_str(), "audio/", 6)) {
302 } else if (!haveVideo && !strncasecmp(mime.c_str(), "video/", 6)) {
317 mCodecLooper, mime.c_str(), false /* encoder */);
576 AString mime; local
577 CHECK(format->findString("mime", &mime));
579 if (!strncasecmp(mime.c_str(), "audio/", 6))
    [all...]
sf2.cpp 86 const char *mime; local
87 CHECK(meta->findCString(kKeyMIMEType, &mime));
90 mime, 6)) {
93 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) {
268 const char *mime; local
269 CHECK(meta->findCString(kKeyMIMEType, &mime));
272 msg->setString("mime", mime);
274 if (!strncasecmp("video/", mime, 6)) {
282 CHECK(!strncasecmp("audio/", mime, 6))
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 27 * Define the mime type of DRM data.
29 #define TYPE_DRM_MESSAGE 0x48 /**< The mime type is "application/vnd.oma.drm.message" */
30 #define TYPE_DRM_CONTENT 0x49 /**< The mime type is "application/vnd.oma.drm.content" */
31 #define TYPE_DRM_RIGHTS_XML 0x4a /**< The mime type is "application/vnd.oma.drm.rights+xml" */
32 #define TYPE_DRM_RIGHTS_WBXML 0x4b /**< The mime type is "application/vnd.oma.drm.rights+wbxml" */
33 #define TYPE_DRM_UNKNOWN 0xff /**< The mime type is unknown */
87 * The mime type of the DRM data, if the mime type set to unknown, DRM engine
88 * will try to scan the input data to confirm the mime type, but we must say that
89 * the scan and check of mime type is not strictly precise
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 40 * Name and comment part should be MIME/base64 encoded in header if necessary.
50 * Name part. No surrounding double quote, and no MIME/base64 encoding.
86 * Get name part as UTF-16 string. No surrounding double quote, and no MIME/base64 encoding.
96 * It will be also unquoted and MIME/base64 decoded.
252 * Get RFC822/MIME compatible address string.
254 * @return RFC822/MIME compatible address string.
255 * It may be surrounded by double quote or quoted and MIME/base64 encoded if necessary.
266 * Get RFC822/MIME compatible comma-delimited address string.
269 * @return RFC822/MIME compatible comma-delimited address string.
270 * it may be surrounded by double quoted or quoted and MIME/base64 encoded if necessary
    [all...]
  /external/openssl/crypto/pkcs7/
pkcs7err.c 131 {ERR_REASON(PKCS7_R_INVALID_MIME_TYPE) ,"invalid mime type"},
133 {ERR_REASON(PKCS7_R_MIME_NO_CONTENT_TYPE),"mime no content type"},
134 {ERR_REASON(PKCS7_R_MIME_PARSE_ERROR) ,"mime parse error"},
135 {ERR_REASON(PKCS7_R_MIME_SIG_PARSE_ERROR),"mime sig parse error"},
161 {ERR_REASON(PKCS7_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 62 private OpenWnnEN mIme;
208 mIme = ime;
246 ImageSpan span = new ImageSpan(mIme, imageResourceId,
272 mIme.sendDownUpKeyEvents(-1);
273 mIme.tutorialDone();
  /external/bluetooth/glib/gio/
gcontenttype.c 46 * of a file. On unix it is a mime type, on win32 it is an extension string
187 char *mime; local
191 mime = get_registry_classes_key (type, L"Content Type");
192 if (mime)
193 return mime;
311 key = g_strconcat ("MIME\\DataBase\\Content Type\\", mime_type, NULL);
629 filename = g_build_filename (dir, "mime", basename, NULL);
725 * Gets the mime-type for the content type. If one is registered
727 * Returns: the registered mime-type for the given @type, or NULL if unknown.
773 legacy_mimetype_icon = g_strconcat ("gnome-mime-", mimetype_icon, NULL)
    [all...]

Completed in 512 milliseconds

1 2 3 4 5 67 8 91011>>