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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DPipeByteBuffer.java59 mByteBuffer = ByteBuffer.allocateDirect(numberOfShorts * Constant.BYTES_PER_SHORT);
73 rear = mByteBuffer.getInt(mMaxValues * Constant.BYTES_PER_SHORT);
97 int byteBufferFront = front * Constant.BYTES_PER_SHORT; // start reading from here
121 byteBufferFront += Constant.BYTES_PER_SHORT;
147 rear = mByteBuffer.getInt(mMaxValues * Constant.BYTES_PER_SHORT);
165 mByteBuffer.putInt(mMaxValues * Constant.BYTES_PER_SHORT, 0);
H A DConstant.java37 public static final int BYTES_PER_SHORT = 2; field in class:Constant

Completed in 392 milliseconds