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
758 int writeLength = Math.min(cropWidth * cropHeight * 3 / 2, frame.length); in decode() local760 if (writeLength < frame.length && in decode()765 yuv.write(frame, 0, writeLength); in decode()