Home
last modified time | relevance | path

Searched refs:sinkFormatType (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp236 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSnk->pFormat; in android_audioRecorder_checkSourceSink() local
243 switch (sinkFormatType) { in android_audioRecorder_checkSourceSink()
H A DAudioPlayer_to_android.cpp641 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSink->pFormat; in audioPlayer_isSupportedNonOutputMixSink() local
647 if (SL_DATAFORMAT_PCM != sinkFormatType) { in audioPlayer_isSupportedNonOutputMixSink()
649 (unsigned)sinkFormatType); in audioPlayer_isSupportedNonOutputMixSink()