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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java166 cs = (AudioInputStream) (new PCMtoPCMCodecStream(stream, outputFormat));
346 class PCMtoPCMCodecStream extends AudioInputStream { class in class:PCMtoPCMCodec
361 PCMtoPCMCodecStream(AudioInputStream stream, AudioFormat outputFormat) { method in class:PCMtoPCMCodec.PCMtoPCMCodecStream
392 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_SIGNED_8BIT");
397 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_SIGNED_8BIT");
404 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_ENDIAN");
411 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_UNSIGNED_LE2SIGNED_BE");
417 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SIGNED_LE2UNSIGNED_BE");
423 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_UNSIGNED_BE2SIGNED_LE");
429 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream
[all...]

Completed in 29 milliseconds