Searched refs:mimeType (Results 176 - 196 of 196) sorted by relevance

12345678

/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java621 String mimeType = intent.resolveType(this);
622 if (mimeType != null) {
624 filter.addDataType(mimeType);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp337 decMime.mimeType = (SLchar*)NULL;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp227 mime.mimeType = (SLchar*)NULL;
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp1286 const sp<DataSource> &source, String8 *mimeType, float *confidence,
1294 mimeType->setTo(MEDIA_MIMETYPE_CONTAINER_AVI);
1285 SniffAVI( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) argument
H A DOggExtractor.cpp1063 const sp<DataSource> &source, String8 *mimeType, float *confidence,
1070 mimeType->setTo(MEDIA_MIMETYPE_CONTAINER_OGG);
1062 SniffOgg( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) argument
H A DMPEG4Extractor.cpp4234 const sp<DataSource> &source, String8 *mimeType, float *confidence) {
4248 *mimeType = MEDIA_MIMETYPE_CONTAINER_MPEG4;
4294 const sp<DataSource> &source, String8 *mimeType, float *confidence,
4391 *mimeType = MEDIA_MIMETYPE_CONTAINER_MPEG4;
4405 const sp<DataSource> &source, String8 *mimeType, float *confidence,
4407 if (BetterSniffMPEG4(source, mimeType, confidence, meta)) {
4411 if (LegacySniffMPEG4(source, mimeType, confidence)) {
4233 LegacySniffMPEG4( const sp<DataSource> &source, String8 *mimeType, float *confidence) argument
4293 BetterSniffMPEG4( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *meta) argument
4404 SniffMPEG4( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *meta) argument
H A DOMXCodec.cpp4577 const char *mimeType, bool queryDecoders,
4579 return QueryCodecs(omx, mimeType, queryDecoders, false /*hwCodecOnly*/, results);
4575 QueryCodecs( const sp<IOMX> &omx, const char *mimeType, bool queryDecoders, Vector<CodecCapabilities> *results) argument
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp1092 const sp<DataSource> &source, String8 *mimeType, float *confidence,
1101 mimeType->setTo(MEDIA_MIMETYPE_CONTAINER_MATROSKA);
1091 SniffMatroska( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) argument
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp258 const char *mimeType) {
271 if (!strcasecmp(trackMIME, mimeType)) {
256 MakeSource( const char *uri, const char *mimeType) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java871 String mimeType,
879 mimeType,
868 onDownloadStart(String url, String userAgent, String contentDisposition, String mimeType, long contentLength) argument
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c399 fmtMime.mimeType = (XAchar *) XA_ANDROID_MIME_MP2TS;
402 fmtMime.mimeType = NULL;
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2119 String mimeType = pduDecoder.getValueString();
2128 if (mimeType != null && mimeType.equals(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO)) {
2150 String contentType = ((mimeType == null) ?
2151 Long.toString(binaryContentType) : mimeType);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java562 intent.setType(doc.mimeType);
573 mimeTypes.add(doc.mimeType);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2517 final String mimeType = clipDescription.getMimeType(i);
2518 final boolean supportedType = ClipDescription.MIMETYPE_TEXT_PLAIN.equals(mimeType) ||
2519 ClipDescription.MIMETYPE_TEXT_HTML.equals(mimeType);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1825 final String mimeType, ContentValues contentValues) {
1826 if (!sAllowedAndroidPropertySet.contains(mimeType)) {
1854 mBuilder.append(mimeType); // Should not be encoded.
1824 appendAndroidSpecificProperty( final String mimeType, ContentValues contentValues) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java3796 String mimeType = intent.getType();
3797 if (mimeType == null && intent.getData() != null
3799 mimeType = mService.getProviderMimeType(intent.getData(), userId);
3801 return startActivityMayWait(null, -1, null, intent, mimeType, null, null, null, null, 0,
/frameworks/base/core/java/android/content/
H A DIntent.java281 * &lt;data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
286 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
295 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
301 * &lt;data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
313 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
340 * &lt;data mimeType:name="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
357 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
407 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
419 * &lt;data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
459 * &lt;data android:mimeType
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h334 XAchar * mimeType; member in struct:XADataFormat_MIME_
1373 XAchar * mimeType,
/frameworks/wilhelm/src/itf/
H A DIEngine.c69 const char* mime = (char*)ap->mDataSource.mFormat.mMIME.mimeType;
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java2347 String mimeType = tmpPa.getDataType(idata);
2355 finalIntent.setDataAndType(builder.build(), mimeType);
2362 finalIntent.setType(mimeType);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h315 SLchar * mimeType; member in struct:SLDataFormat_MIME_

Completed in 594 milliseconds

12345678