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

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

Completed in 75 milliseconds