Home
last modified time | relevance | path

Searched defs:byteOrder (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DByteBufferPerfTest.java53 final ByteOrder byteOrder; field in ByteBufferPerfTest.MyByteOrder
55 MyByteOrder(ByteOrder byteOrder) { in MyByteOrder()
85 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException { in newBuffer()
121 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte()
135 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByteArray()
150 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte_indexed()
164 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar()
178 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeCharBuffer_getCharArray()
194 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar_indexed()
208 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getDouble()
[all …]
DByteBufferScalarVersusVectorPerfTest.java108 ByteBufferPerfTest.MyByteOrder byteOrder, in timeManualByteBufferCopy()
/frameworks/base/media/java/android/media/
DExifInterface.java746 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort()
756 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort()
760 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong()
770 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong()
774 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong()
784 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong()
803 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { in createURational()
814 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { in createURational()
818 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { in createSRational()
829 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { in createSRational()
[all …]
/frameworks/wilhelm/tests/sandbox/
Dplaybq.cpp45 SLuint32 byteOrder; // desired to use for PCM buffers variable
/frameworks/base/core/java/android/companion/
DBluetoothLeDeviceFilter.java370 int bytesFrom, int bytesLength, ByteOrder byteOrder) { in setRenameFromBytes()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifParser.java738 short byteOrder = mTiffStream.readShort(); in parseTiffHeader() local
/frameworks/av/media/module/extractors/mp4/
DMPEG4Extractor.cpp6391 int32_t byteOrder = 0; in read() local