Searched refs:sinkFormatType (Results 1 – 2 of 2) sorted by relevance
234 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSnk->pFormat; in android_audioRecorder_checkSourceSink() local241 switch (sinkFormatType) { in android_audioRecorder_checkSourceSink()
640 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSink->pFormat; in audioPlayer_isSupportedNonOutputMixSink() local646 if (SL_DATAFORMAT_PCM != sinkFormatType) { in audioPlayer_isSupportedNonOutputMixSink()648 (unsigned)sinkFormatType); in audioPlayer_isSupportedNonOutputMixSink()