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

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp559 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSink->pFormat; local
565 if (SL_DATAFORMAT_PCM != sinkFormatType) {
567 (unsigned)sinkFormatType);
898 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSnk->pFormat; local

Completed in 9 milliseconds