Searched defs:byteOrder (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 588 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() 598 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() 602 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() 612 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() 616 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() 626 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() 645 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { in createURational() 656 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { in createURational() 660 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { in createSRational() 671 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { in createSRational() [all …]
|
/frameworks/support/exifinterface/src/android/support/media/ |
D | ExifInterface.java | 553 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() 563 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() 567 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() 577 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() 581 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() 591 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() 610 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { in createURational() 621 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { in createURational() 625 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { in createSRational() 636 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { in createSRational() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ByteBufferReader.java | 46 public static long readInteger(ByteBuffer payload, ByteOrder byteOrder, int size) { in readInteger()
|
/frameworks/base/core/java/android/companion/ |
D | BluetoothLeDeviceFilter.java | 368 int bytesFrom, int bytesLength, ByteOrder byteOrder) { in setRenameFromBytes()
|
/frameworks/wilhelm/tests/sandbox/ |
D | playbq.cpp | 45 SLuint32 byteOrder; // desired to use for PCM buffers variable
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifParser.java | 738 short byteOrder = mTiffStream.readShort(); in parseTiffHeader() local
|