Searched refs:SL_ANDROID_MIME_AACADTS (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h400 #define SL_ANDROID_MIME_AACADTS ((SLchar *) "audio/vnd.android.aac-adts") macro
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1083 if (strcasecmp((char*)df_mime->mimeType, (const char *)SL_ANDROID_MIME_AACADTS) &&
1088 SL_ANDROID_MIME_AACADTS);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp514 SL_ANDROID_MIME_AACADTS /*mimeType*/,
/frameworks/wilhelm/src/itf/
H A DIEngine.c71 if ((mime != NULL) && !(strcasecmp(mime, (const char *)SL_ANDROID_MIME_AACADTS) &&

Completed in 114 milliseconds