Searched refs:writeLength (Results 1 – 2 of 2) sorted by relevance
99 writeLength(buf, valueLength); in writeTagAndLength()132 static void writeLength(ByteBuffer buf, int valueLength) { in writeLength() method in Asn1Tag
664 int writeLength = Math.min(frameWidth * frameHeight * 3 / 2, frame.length); in decode() local666 if (writeLength < frame.length && in decode()671 yuv.write(frame, 0, writeLength); in decode()