Searched refs:toIntPcmAudioProcessors (Results 1 – 1 of 1) sorted by relevance
365 ArrayList<AudioProcessor> toIntPcmAudioProcessors = new ArrayList<>(); in DefaultAudioSink() local367 toIntPcmAudioProcessors, in DefaultAudioSink()371 Collections.addAll(toIntPcmAudioProcessors, audioProcessorChain.getAudioProcessors()); in DefaultAudioSink()372 toIntPcmAvailableAudioProcessors = toIntPcmAudioProcessors.toArray(new AudioProcessor[0]); in DefaultAudioSink()