Searched refs:resLength (Results 1 – 1 of 1) sorted by relevance
987 int resLength = Short.toUnsignedInt(byteBuffer.getShort()); in AtRes() local988 if (resLength % BITS_PER_BYTE != 0) { in AtRes()991 int resLengthBytes = resLength / BITS_PER_BYTE; in AtRes()