Searched refs:getOutputFormats (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAlawCodec.java124 return getOutputFormats( sourceFormat );
212 /* public AudioFormat[] getOutputFormats(AudioFormat inputFormat) { */
213 private AudioFormat[] getOutputFormats(AudioFormat inputFormat) { method in class:AlawCodec
H A DUlawCodec.java114 return getOutputFormats(sourceFormat);
198 /* public AudioFormat[] getOutputFormats(AudioFormat inputFormat) { */
199 private AudioFormat[] getOutputFormats(AudioFormat inputFormat) { method in class:UlawCodec
H A DPCMtoPCMCodec.java91 // filter out targetEncoding from the old getOutputFormats( sourceFormat ) method
93 AudioFormat[] formats = getOutputFormats( sourceFormat );
181 /* public AudioFormat[] getOutputFormats(AudioFormat inputFormat) { */
182 private AudioFormat[] getOutputFormats(AudioFormat inputFormat) { method in class:PCMtoPCMCodec

Completed in 25 milliseconds