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.cpp927 const SLuint32 sourceFormatType = *(SLuint32 *)pAudioSrc->pFormat; local
941 switch (sourceFormatType) {
1054 } // switch (sourceFormatType)
1066 switch (sourceFormatType) {
1074 } // switch (sourceFormatType)
1087 switch (sourceFormatType) {
1102 } // switch (sourceFormatType)
1113 switch (sourceFormatType) {

Completed in 36 milliseconds