Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java741 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort()
751 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort()
755 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong()
765 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong()
769 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong()
779 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong()
798 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { in createURational()
809 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { in createURational()
813 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { in createSRational()
824 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { in createSRational()
[all …]
/frameworks/base/core/java/android/companion/
DBluetoothLeDeviceFilter.java369 int bytesFrom, int bytesLength, ByteOrder byteOrder) { in setRenameFromBytes()
/frameworks/wilhelm/tests/sandbox/
Dplaybq.cpp45 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
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp6347 int32_t byteOrder = 0; in read() local