/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
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...] |
VideoEditorVideoEncoder.cpp | 561 const char* mime = NULL; local 620 mime = MEDIA_MIMETYPE_VIDEO_H263; 623 mime = MEDIA_MIMETYPE_VIDEO_MPEG4; 626 mime = MEDIA_MIMETYPE_VIDEO_AVC; 635 ALOGV("Encoder mime %s profile %d, level %d", 636 mime,iProfile, iLevel); 645 encoderMetadata->setCString(kKeyMIMEType, mime); [all...] |
/frameworks/av/media/libstagefright/id3/ |
ID3.cpp | 800 ID3::getAlbumArt(size_t *length, String8 *mime) const { 802 mime->setTo(""); 814 mime->setTo((const char *)&data[1]); 835 mime->setTo("image/png"); 837 mime->setTo("image/jpeg"); 839 mime->setTo("text/plain");
|
/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)) {
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeMessage.java | 76 // In MIME, en_US-like date format should be used. In other words "MMM" should be encoded to 78 // This conversion is used when generating outgoing MIME messages. Incoming MIME date 370 * Set the mime "Message-ID" header 380 * Get the mime "Message-ID" header. This value will be preloaded with a locally-generated 412 setHeader("MIME-Version", "1.0");
|
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 363 * The MIME type of the file 485 * The MIME type of the file [all...] |
DocumentsProvider.java | 85 * A document can be either an openable stream (with a specific MIME type), or a 87 * {@link Document#MIME_TYPE_DIR} MIME type). Each directory represents the top 171 * @param mimeType the concrete MIME type associated with the new document. 172 * If the MIME type is not supported, the provider must throw. 309 * Return concrete MIME type of the requested document. Must match the value
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/conf/ |
webdefault.xml | 332 <!-- Default MIME mappings --> 333 <!-- The default MIME mappings are provided by the mime.properties --> 338 <mime-mapping> 340 <mime-type>mymime/type</mime-type> 341 </mime-mapping>
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/conf/ |
webdefault.xml | 332 <!-- Default MIME mappings --> 333 <!-- The default MIME mappings are provided by the mime.properties --> 338 <mime-mapping> 340 <mime-type>mymime/type</mime-type> 341 </mime-mapping>
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.c | 419 * Checks whether a given character is valid in a MIME header name. 423 * @return A Boolean value indicating whether the given character is valid in a MIME header name. 430 * Checks whether a given character is valid in a MIME header value. 434 * @return A Boolean value indicating whether the given character is valid in a MIME header value. 464 * Attempts to recognize the MIME header name and changes the scanner state accordingly. 496 * Applies defaults to missing MIME header values. 586 * Matches the MIME headers. [all...] |
/frameworks/av/media/libstagefright/ |
MPEG4Extractor.cpp | 434 const char *mime; local 435 CHECK(track->meta->findCString(kKeyMIMEType, &mime)); 436 if (!strncasecmp("video/", mime, 6)) { 1196 const char *mime; local 1391 const char *mime; local 2200 const char *mime; local 2388 const char *mime; local 3565 const char *mime; local [all...] |
/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...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
ContactsSyncParser.java | 640 /** MIME type used when storing this in data table. */ 651 /** MIME type used when storing this in data table. */ 666 /** MIME type used when storing this in data table. */ 849 * Given the list of NamedContentValues for an entity, a mime type, and a subtype, 852 * @param contentItemType the mime type we're looking fo [all...] |
/external/chromium_org/chrome/browser/google_apis/ |
drive_api_parser.h | 214 // List of primary mime types supported by this WebApp. Primary status should 216 // have these mime types. 221 // List of secondary mime types supported by this WebApp. Secondary status 223 // default action menu for file with matching mime types. 495 // Returns MIME type of this file.
|
/external/chromium_org/chrome/common/extensions/api/ |
file_browser_private.json | 151 "description": "Drive MIME type for this file." 442 "description": "Sets the default task for the supplied MIME types and suffixes of the supplied file URLs. Lists of MIME types and URLs may contain duplicates.", 459 "description": "Array of selected file MIME types.", 483 "description": "Array of selected file MIME types", [all...] |
/frameworks/base/media/java/android/media/ |
MediaCodec.java | 165 * Instantiate a decoder supporting input data of the given mime type. 167 * The following is a partial list of defined mime types and their semantics: 183 * @param type The mime type of the input data. 190 * Instantiate an encoder supporting output data of the given mime type. 191 * @param type The desired mime type of the output data.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderThrottle.java | 93 * The MIME type of {@link #CONTENT_URI}. 99 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single row. 251 * Return the MIME type for an known URI in the provider.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderThrottleSupport.java | 94 * The MIME type of {@link #CONTENT_URI}. 100 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single row. 252 * Return the MIME type for an known URI in the provider.
|
/external/chromium/net/http/ |
http_response_headers.h | 165 // Get the mime type and charset values in lower case form from the headers. 170 // Get the mime type in lower case from the headers. If there's no mime
|
/external/chromium_org/chrome/browser/ |
file_select_helper.cc | 285 // 2) There're multiple extensions for a MIME type without parameter, like 399 // Android needs the original MIME types and an additional capture value. 478 // of an extension or a "/" in the case of a MIME type).
|
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
byte_reader.js | 234 // Two bytes is enough to identify the mime type. 243 var mime = prefixToMime[prefix] || 247 return 'data:image/' + mime + ';base64,' + b64;
|
/external/chromium_org/content/common/ |
plugin_list_win.cc | 219 // Returns true if the given plugins share at least one mime type. This is used 263 // On windows, the way we get the mime types for the library is 292 << "Plugin " << info->name << " has bad MIME types, skipping";
|
/external/chromium_org/net/http/ |
http_response_headers.h | 170 // Get the mime type and charset values in lower case form from the headers. 175 // Get the mime type in lower case from the headers. If there's no mime
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
NetworkManager.js | 191 WebInspector.UIString("Resource interpreted as %s but transferred with MIME type %s: \"%s\".", networkRequest.type.title(), networkRequest.mimeType, networkRequest.url), 213 // it is 304 Not Modified and its guessed mime-type is text/php, which is wrong. 214 // Don't check for mime-types in 304-resources.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-create-patch | 53 use MIME::Base64; 175 open PROPGET, "svn propget svn:mime-type $args '$escapedFile' |" or die; 318 print "svn:mime-type = ${mimeType}\n\n";
|