Searched defs:sourceFormatType (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp313 const SLuint32 sourceFormatType = *(SLuint32 *)pSrc->pFormat; local
321 switch (sourceFormatType) {
H A DAudioPlayer_to_android.cpp934 const SLuint32 sourceFormatType = *(SLuint32 *)pAudioSrc->pFormat; local
948 switch (sourceFormatType) {
1000 } // switch (sourceFormatType)
1012 switch (sourceFormatType) {
1019 } // switch (sourceFormatType)
1032 switch (sourceFormatType) {
1039 } // switch (sourceFormatType)
1050 switch (sourceFormatType) {

Completed in 48 milliseconds