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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftVoice.java99 private double[][] connections_dst = new double[50][]; field in class:SoftVoice
252 double[] dst = connections_dst[ix];
366 if (connections_dst == null
367 || connections_dst.length < connections.length) {
368 connections_dst = new double[connections.length][];
390 connections_dst[i] = getValue(conn.getDestination()
393 connections_dst[i] = null;

Completed in 28 milliseconds