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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java358 private int conversionType = 0; field in class:PCMtoPCMCodec.PCMtoPCMCodecStream
391 conversionType = PCM_SWITCH_SIGNED_8BIT;
392 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_SIGNED_8BIT");
396 conversionType = PCM_SWITCH_SIGNED_8BIT;
397 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_SIGNED_8BIT");
403 conversionType = PCM_SWITCH_ENDIAN;
404 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_ENDIAN");
410 conversionType = PCM_UNSIGNED_LE2SIGNED_BE;
411 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_UNSIGNED_LE2SIGNED_BE");
416 conversionType
[all...]

Completed in 21 milliseconds