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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLimiter.java41 SoftAudioBuffer bufferR; field in class:SoftLimiter
54 bufferR = input;
76 && (this.bufferR == null || this.bufferR.isSilent())) {
90 float[] bufferR = this.bufferR == null ? null : this.bufferR.array();
97 if (bufferR != null)
98 if (temp_bufferR == null || temp_bufferR.length < bufferR.length)
99 temp_bufferR = new float[bufferR
[all...]

Completed in 3066 milliseconds