Searched defs:byteOrder (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/media/java/android/media/ |
| D | ExifInterface.java | 451 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() 461 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() 465 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() 475 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() 479 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() 489 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() 508 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { in createURational() 519 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { in createURational() 523 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { in createSRational() 534 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { in createSRational() [all …]
|
| /frameworks/wilhelm/tests/sandbox/ |
| D | playbq.cpp | 45 SLuint32 byteOrder; // desired to use for PCM buffers variable
|
| D | playbq.c | 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
|