Searched defs:byteBufferFront (Results 1 – 1 of 1) sorted by relevance
98 int byteBufferFront = front * Constant.BYTES_PER_SHORT; // start reading from here in read() local119 private void byteBufferToArray(short[] buffer, int start, int length, int byteBufferFront) { in byteBufferToArray()