HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 201 - 225 of 1032) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 105 const char *mime; local
106 CHECK(meta->findCString(kKeyMIMEType, &mime));
108 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) {
110 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
151 const char *mime; local
152 CHECK(meta->findCString(kKeyMIMEType, &mime));
154 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) {
181 if (strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
543 const char *mime; local
544 CHECK(meta->findCString(kKeyMIMEType, &mime));
    [all...]
ACodec.cpp 768 bool isEncoder, const char *mime) {
770 const char *mime; member in struct:android::MimeToRole
813 if (!strcasecmp(mime, kMimeToRole[i].mime)) {
851 const char *mime, const sp<AMessage> &msg) {
859 status_t err = setComponentRole(encoder /* isEncoder */, mime);
867 if (encoder && strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_FLAC)
913 if (!strncasecmp(mime, "video/", 6)) {
915 err = setupVideoEncoder(mime, msg);
922 err = setupVideoDecoder(mime, width, height)
3026 AString mime; local
3210 AString mime; local
    [all...]
MPEG4Writer.cpp 1259 const char *mime; local
1354 const char *mime; local
2460 const char *mime; local
2527 const char *mime; local
2580 const char *mime; local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 141 const char *mime; local
142 CHECK(meta->findCString(kKeyMIMEType, &mime));
144 if (!strncasecmp("audio/", mime, 6)) {
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 39 // codec capabilities in the following arrays maps to the mime types defined in kVideoMimeTypes
82 // for a given decoder ID / MIME type
173 // We only look at the first codec implementation for a given decoder ID / MIME type.
android_defs.h 158 * MIME types required for data in Android Buffer Queues
160 // The preferred MIME types for new applications are in ../../include/*/OpenMAXAL_Android.h
161 // The legacy MIME type used elsewhere in the Android framework for AAC ADTS is below:
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 39 * typed data, such as MIME-type media, a URI, or a custom
110 * Use this with MIME type names such as {@literal "image/jpeg"}, or
144 * "application/octet-stream" MIME type. The payload
386 * Create a new NDEF Record containing MIME data.<p>
387 * Use this method to encode MIME-typed data into an NDEF Record,
403 * @param mimeType a valid MIME type
404 * @param mimeData MIME data as bytes
405 * @return an NDEF Record containing the MIME-typed data
412 // We only do basic MIME type validation: trying to follow the
413 // RFCs strictly only ends in tears, since there are lots of MIME
    [all...]
  /external/openssl/crypto/asn1/
asn1_err.c 251 {ERR_REASON(ASN1_R_INVALID_MIME_TYPE) ,"invalid mime type"},
262 {ERR_REASON(ASN1_R_MIME_NO_CONTENT_TYPE) ,"mime no content type"},
263 {ERR_REASON(ASN1_R_MIME_PARSE_ERROR) ,"mime parse error"},
264 {ERR_REASON(ASN1_R_MIME_SIG_PARSE_ERROR) ,"mime sig parse error"},
289 {ERR_REASON(ASN1_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
asn_mime.c 64 /* Generalised MIME like utilities for streaming ASN1. Although many
68 /* MIME format structures
200 /* Generate the MIME "micalg" parameter from RFC3851, RFC4490 */
307 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
314 BIO_printf(bio, "This is an S/MIME signed message%s%s",
355 /* MIME headers */
356 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
517 if (strcmp (hdr->value, "application/x-pkcs7-mime") &&
518 strcmp (hdr->value, "application/pkcs7-mime")) {
649 /* This is the big one: parse MIME header lines up to message body *
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 40 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/Source/WebCore | ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
74 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/browser/base $src_dir/browser/components $src_dir/uriloader $src_dir/netwerk/mime $src_dir/content/html \
75 | ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
94 ruby -e '$stdin.readlines.join("").scan(/\"([\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
109 types="css-properties css-values html-attrs html-tags html-values protocols headers mime-types css-pseudo css-atrules"
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 422 const char *mime; local
423 CHECK(format->findCString(kKeyMIMEType, &mime));
425 if (!strcasecmp(mime, MEDIA_MIMETYPE_CONTAINER_MPEG2TS)) {
433 bool isAudio = !strncasecmp(mime, "audio/", 6);
434 bool isVideo = !strncasecmp(mime, "video/", 6);
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 116 /** The MIME type for a collection of voicemails. */
119 /** The MIME type for a single voicemail. */
186 * MIME type of the media content for the voicemail.
210 /** The MIME type for a collection of voicemail source statuses. */
212 /** The MIME type for a single voicemail source status entry. */
BrowserContract.java 328 * The MIME type of {@link #CONTENT_URI} providing a directory of bookmarks.
333 * The MIME type of a {@link #CONTENT_URI} of a single bookmark.
450 * The MIME type of {@link #CONTENT_URI} providing a directory of browser history items.
455 * The MIME type of a {@link #CONTENT_URI} of a single browser history item.
473 * The MIME type of {@link #CONTENT_URI} providing a directory of browser search items.
478 * The MIME type of a {@link #CONTENT_URI} of a single browser search item.
579 * The MIME type of {@link #CONTENT_URI} providing a directory of images.
584 * The MIME type of a {@link #CONTENT_URI} of a single image.
652 * The MIME type of {@link #CONTENT_URI} providing a directory of image mappings.
657 * The MIME type of a {@link #CONTENT_URI} of a single image mapping
    [all...]
  /frameworks/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;
  /frameworks/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;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 132 /** intent extra used to provide the mime-type of the data in
179 * The MIME type(s) of we could share to other device.
189 * The MIME type(s) of we could not share to other device. TODO: define
197 * The MIME type(s) of we could accept from other device.
216 * The MIME type(s) of we could not accept from other device. TODO: define
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 63 private OpenWnnJAJP mIme;
212 mIme = ime;
318 ImageSpan span = new ImageSpan(mIme, imageResourceId,
344 mIme.sendDownUpKeyEvents(-1);
345 mIme.tutorialDone();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 59 * @param encoding The encoding MIME name, not a Java name for the encoding.
191 * Get the proper mime encoding. From the XSLT recommendation: "The encoding
226 * See if the mime type is equal to UTF8. If you don't
357 // Get the substring after the Mime names
397 * Get the length of the Mime names within the property value
399 * separated list of Mime names, followed optionally by a space and the
407 // the value must be all Mime names, so set the length appropriately
  /external/chromium/net/base/
mime_sniffer.cc 5 // Detecting mime types is a tricky business because we need to balance
29 // we won't detect dangerous mime types (those that can execute script).
90 // "don't detect dangerous mime types" rule.
187 // XML processing directive. Although this is not an HTML mime type, we sniff
370 // and stop at the first "plain" tag, then make a decision on the mime-type
491 // Empty mime types are as unknown as they get.
495 // The second most popular unknown mime type is application/unknown
497 // Firefox rejects a mime type if it is exactly */*
511 // Firefox rejects a mime type if it does not contain a slash
570 // We are willing to sniff the mime type for HTTP, HTTPS, and FT
    [all...]
  /external/webkit/Source/WebCore/platform/text/mac/
character-sets.txt 71 Alias: US-ASCII (preferred MIME name)
161 Name: ISO-2022-KR (preferred MIME name) [RFC1557,Choi]
166 Name: EUC-KR (preferred MIME name) [RFC1557,Choi]
171 Name: ISO-2022-JP (preferred MIME name) [RFC1468,Murai]
176 Name: ISO-2022-JP-2 (preferred MIME name) [RFC1554,Ohta]
465 Alias: ISO-8859-1 (preferred MIME name)
477 Alias: ISO-8859-2 (preferred MIME name)
500 Alias: ISO-8859-3 (preferred MIME name)
510 Alias: ISO-8859-4 (preferred MIME name)
551 Alias: ISO-8859-6 (preferred MIME name
    [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 475 static const char *GetURLForMime(const char *mime) {
502 if (!strcasecmp(kMimeToURL[i].mMime, mime)) {
510 static sp<MediaSource> CreateSourceForMime(const char *mime) {
511 const char *url = GetURLForMime(mime);
530 if (!strcasecmp(mime, trackMime)) {
568 const char *mime = GetMimeFromComponentRole(componentRole); local
570 if (!mime) {
577 sp<MediaSource> source = CreateSourceForMime(mime);
582 mime, componentRole);
587 sp<MediaSource> seekSource = CreateSourceForMime(mime);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 128 * MIME-type to a list of {@link Action}.
133 * {@link #LEADING_MIMETYPES} and {@link #TRAILING_MIMETYPES} are used to sort MIME-types.
135 * <p>The MIME-types in {@link #LEADING_MIMETYPES} appear in the front of the dialog,
316 * Check if the given MIME-type appears in the list of excluded MIME-types
352 // Skip this data item if MIME-type excluded
362 // along with all others of this MIME-type.
398 // All the mime-types to add.
425 mStopWatch.lap("mt"); // Mime types initialized
461 * Inflate the in-track view for the action of the given MIME-type, collapsing duplicate values
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 65 * match; a content: URI will never match because they always have a MIME type
94 * used for the MIME sub-type, in both the Intent and IntentFilter, so that the
96 * <em>Note that MIME type matching here is <b>case sensitive</b>, unlike
97 * formal RFC MIME types!</em> You should thus always use lower case letters
98 * for your MIME types.
212 * The filter matched an intent with the same data MIME type.
217 * The filter didn't match due to different MIME types.
302 * This exception is thrown when a given MIME type does not have a valid
315 * Create a new IntentFilter instance with a specified action and MIME
316 * type, where you know the MIME type is correctly formatted. This catche
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-creating.jd 39 <a href="#MIMETypes">Implementing Content Provider MIME Types</a>
42 <a href="#TableMIMETypes">MIME types for tables</a>
45 <a href="#FileMIMETypes">MIME types for files</a>
261 this type of table, you define a primary key column, a MIME type column, and one or
263 by the value in the MIME type column. This allows you to store different row types in
530 Return the MIME type corresponding to a content URI. This method is described in more
531 detail in the section <a href="#MIMETypes">Implementing Content Provider MIME Types</a>.
751 <!-- Implementing ContentProvider MIME Types -->
752 <h2 id="MIMETypes">Implementing ContentProvider MIME Types</h2>
754 The {@link android.content.ContentProvider} class has two methods for returning MIME types
    [all...]
  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 76 // On Tiger and Leopard, com.microsoft.bmp doesn't have a MIME type in the registry.
80 // Favicons don't have a MIME type in the registry either.
86 // We only get one MIME type per UTI, hence our need to add these manually
267 // A table of common media MIME types and file extenstions used when a platform's
268 // specific MIME type lookup doesn't have a match for a media file extension.
541 // Any of the MIME types below may be followed by any number of specific versions of the JVM,

Completed in 3910 milliseconds

1 2 3 4 5 6 7 891011>>