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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftPointResampler.java32 public final class SoftPointResampler extends SoftAbstractResampler { class in inherits:SoftAbstractResampler
H A DSoftMixingDataLine.java107 this.resampler = new SoftPointResampler();
H A DAudioFloatFormatConverter.java280 this.resampler = new SoftPointResampler();
H A DSoftSynthesizer.java308 this.resampler = new SoftPointResampler();
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftPointResampler/
H A DInterpolate.java27 @summary Test SoftPointResampler interpolate method */
102 SoftPointResampler resampler = new SoftPointResampler();

Completed in 28 milliseconds