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