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

/system/media/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp301 const SLuint32 sourceFormatType = *(SLuint32 *)pSrc->pFormat; local
309 switch (sourceFormatType) {
H A DAudioPlayer_to_android.cpp896 const SLuint32 sourceFormatType = *(SLuint32 *)pAudioSrc->pFormat; local
908 switch (sourceFormatType) {
988 } // switch (sourceFormatType)
1000 switch (sourceFormatType) {
1008 } // switch (sourceFormatType)
1021 switch (sourceFormatType) {
1036 } // switch (sourceFormatType)
1047 switch (sourceFormatType) {

Completed in 47 milliseconds