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

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

Completed in 36 milliseconds