Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/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/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java758 int writeLength = Math.min(cropWidth * cropHeight * 3 / 2, frame.length); in decode() local
760 if (writeLength < frame.length && in decode()
765 yuv.write(frame, 0, writeLength); in decode()