Home
last modified time | relevance | path

Searched refs:writeLength (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1Tag.java99 writeLength(buf, valueLength); in writeTagAndLength()
132 static void writeLength(ByteBuffer buf, int valueLength) { in writeLength() method in Asn1Tag
/cts/tests/tests/media/src/android/media/cts/
DVpxCodecTestBase.java664 int writeLength = Math.min(frameWidth * frameHeight * 3 / 2, frame.length); in decode() local
666 if (writeLength < frame.length && in decode()
671 yuv.write(frame, 0, writeLength); in decode()