Home | History | Annotate | Download | only in audio

Lines Matching refs:valueBuf

1493     protected int byteArrayToInt(byte[] valueBuf) {
1494 return byteArrayToInt(valueBuf, 0);
1498 protected int byteArrayToInt(byte[] valueBuf, int offset) {
1499 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
1512 protected short byteArrayToShort(byte[] valueBuf) {
1513 return byteArrayToShort(valueBuf, 0);
1516 protected short byteArrayToShort(byte[] valueBuf, int offset) {
1517 ByteBuffer converter = ByteBuffer.wrap(valueBuf);