Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java451 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/
Dplaybq.cpp45 SLuint32 byteOrder; // desired to use for PCM buffers variable
Dplaybq.c45 SLuint32 byteOrder; // desired to use for PCM buffers variable
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifParser.java738 short byteOrder = mTiffStream.readShort(); in parseTiffHeader() local