Searched refs:sinkFormatType (Results 1 – 2 of 2) sorted by relevance
236 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSnk->pFormat; in android_audioRecorder_checkSourceSink() local243 switch (sinkFormatType) { in android_audioRecorder_checkSourceSink()
641 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSink->pFormat; in audioPlayer_isSupportedNonOutputMixSink() local647 if (SL_DATAFORMAT_PCM != sinkFormatType) { in audioPlayer_isSupportedNonOutputMixSink()649 (unsigned)sinkFormatType); in audioPlayer_isSupportedNonOutputMixSink()