Searched refs:mimeType (Results 201 - 225 of 242) sorted by relevance

12345678910

/frameworks/wilhelm/tests/mimeUri/
H A DslesTest_playStates.cpp115 mime.mimeType = (SLchar*)NULL;
H A DslesTestGetPositionUri.cpp182 mime.mimeType = (SLchar*)NULL;
H A DslesTestManyPlayers.cpp159 //mime = { /*formatType*/ SL_DATAFORMAT_MIME, /*mimeType*/ (SLchar*)NULL,
164 mime.mimeType = (SLchar*)NULL;
H A DslesTestSlowDownUri.cpp224 mime.mimeType = (SLchar*)NULL;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp149 mime.mimeType = (SLchar*)NULL;
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1169 SL_LOGD("source MIME is %s", (char*)df_mime->mimeType);
1172 if (strcasecmp((char*)df_mime->mimeType, (const char *)XA_ANDROID_MIME_MP2TS)) {
1174 (char*)df_mime->mimeType, XA_ANDROID_MIME_MP2TS);
1184 if (strcasecmp((char*)df_mime->mimeType, (const char *)SL_ANDROID_MIME_AACADTS) &&
1185 strcasecmp((char*)df_mime->mimeType,
1188 (char*)df_mime->mimeType, df_mime->containerType,
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp847 const sp<DataSource> &source, String8 *mimeType, float *confidence,
861 *mimeType = MEDIA_MIMETYPE_AUDIO_FLAC;
846 SniffFLAC( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) argument
H A DMP3Extractor.cpp670 const sp<DataSource> &source, String8 *mimeType,
684 *mimeType = MEDIA_MIMETYPE_AUDIO_MPEG;
669 SniffMP3( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *meta) argument
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
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp66 const char* mimeType,
97 mimeType, minCompressionRatio);
60 SoftVPXEncoder(const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component, const char* role, OMX_VIDEO_CODINGTYPE codingType, const char* mimeType, int32_t minCompressionRatio, const CodecProfileLevel *profileLevels, size_t numProfileLevels) argument
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp754 const sp<DataSource> &source, String8 *mimeType, float *confidence,
767 mimeType->setTo(MEDIA_MIMETYPE_CONTAINER_MPEG2PS);
753 SniffMPEG2PS( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) argument
H A DMPEG2TSExtractor.cpp642 const sp<DataSource> &source, String8 *mimeType, float *confidence,
653 mimeType->setTo(MEDIA_MIMETYPE_CONTAINER_MPEG2TS);
641 SniffMPEG2TS( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) argument
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java61 String mimeType = format.getString(MediaFormat.KEY_MIME);
62 return MediaPlayer.MEDIA_MIMETYPE_TEXT_CEA_608.equals(mimeType);
69 String mimeType = format.getString(MediaFormat.KEY_MIME);
70 if (MediaPlayer.MEDIA_MIMETYPE_TEXT_CEA_608.equals(mimeType)) {
H A DCea708CaptionRenderer.java70 String mimeType = format.getString(MediaFormat.KEY_MIME);
71 return MediaPlayer.MEDIA_MIMETYPE_TEXT_CEA_708.equals(mimeType);
78 String mimeType = format.getString(MediaFormat.KEY_MIME);
79 if (MediaPlayer.MEDIA_MIMETYPE_TEXT_CEA_708.equals(mimeType)) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java1042 private String getAndroidPropValue(final String mimeType, String value, Integer type) { argument
1043 return getAndroidPropValue(mimeType, value, type, null);
1046 private String getAndroidPropValue(final String mimeType, String value, argument
1048 return (mimeType + ";" + value + ";"
/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp139 mime.mimeType = (SLchar*)NULL;
H A DslesTestEqOutputPath.cpp146 mime.mimeType = (SLchar*)NULL;
H A DslesTestSendToPresetReverb.cpp194 mime.mimeType = (SLchar*)NULL;
H A DslesTestDecodeToBuffQueue.cpp337 decMime.mimeType = (SLchar*)NULL;
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp231 mime.mimeType = (SLchar*)NULL;
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c104 format_mime.mimeType = NULL;
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp237 mime.mimeType = (SLchar *) "video/mp2ts";//(SLchar*)NULL;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1439 public AndroidCustomData(String mimeType, List<String> dataList) { argument
1440 mMimeType = mimeType;
1445 String mimeType;
1449 mimeType = null;
1452 mimeType = list.get(0);
1457 mimeType = list.get(0);
1461 return new AndroidCustomData(mimeType, dataList);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java334 String mimeType = intent.getType();
335 if (mimeType == null && intent.getData() != null
337 mimeType = mInterface.getProviderMimeType(intent.getData(), mUserId);
346 List<ResolveInfo> activities = mPm.queryIntentActivities(intent, mimeType, 0,
405 result = mInterface.startActivityAndWait(null, null, intent, mimeType,
410 res = mInterface.startActivityAsUser(null, null, intent, mimeType,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java1303 String mimeType = intent.getType();
1304 dispatchIntent(intent, WapPushOverSms.getPermissionForType(mimeType),
1305 WapPushOverSms.getAppOpsPermissionForIntent(mimeType), options, this,

Completed in 399 milliseconds

12345678910