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.cpp947 const SLuint32 sourceFormatType = *(SLuint32 *)pAudioSrc->pFormat; local
958 switch (sourceFormatType) {
1010 } // switch (sourceFormatType)
1022 switch (sourceFormatType) {
1029 } // switch (sourceFormatType)
1042 switch (sourceFormatType) {
1049 } // switch (sourceFormatType)
1060 switch (sourceFormatType) {

Completed in 79 milliseconds