Searched refs:sinkFormatType (Results 1 – 2 of 2) sorted by relevance
168 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSnk->pFormat; in android_audioRecorder_checkSourceSink() local175 switch (sinkFormatType) { in android_audioRecorder_checkSourceSink()
540 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSink->pFormat; in audioPlayer_isSupportedNonOutputMixSink() local546 if (SL_DATAFORMAT_PCM != sinkFormatType) { in audioPlayer_isSupportedNonOutputMixSink()548 (unsigned)sinkFormatType); in audioPlayer_isSupportedNonOutputMixSink()