Searched refs:SoftLinearResampler2 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler2/
H A DInterpolate.java27 @summary Test SoftLinearResampler2 interpolate method */
102 SoftLinearResampler2 resampler = new SoftLinearResampler2();
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLinearResampler2.java34 public final class SoftLinearResampler2 extends SoftAbstractResampler { class in inherits:SoftAbstractResampler
H A DSoftMixingDataLine.java109 this.resampler = new SoftLinearResampler2();
113 this.resampler = new SoftLinearResampler2();
122 resampler = new SoftLinearResampler2(); // new
123 // SoftLinearResampler2();
H A DAudioFloatFormatConverter.java282 this.resampler = new SoftLinearResampler2();
286 this.resampler = new SoftLinearResampler2();
295 resampler = new SoftLinearResampler2(); // new
296 // SoftLinearResampler2();
H A DSoftSynthesizer.java313 this.resampler = new SoftLinearResampler2();
323 this.resampler = new SoftLinearResampler2();

Completed in 50 milliseconds