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

/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp168 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSnk->pFormat; local
175 switch (sinkFormatType) {
H A DAudioPlayer_to_android.cpp540 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSink->pFormat; local
546 if (SL_DATAFORMAT_PCM != sinkFormatType) {
548 (unsigned)sinkFormatType);

Completed in 58 milliseconds