Home
last modified time | relevance | path

Searched refs:BYTE_ALIGN_II (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java475 private static final short BYTE_ALIGN_II = 0x4949; // II: Intel order field in ExifInterface
2695 case BYTE_ALIGN_II: in readByteOrder()
3333 ? BYTE_ALIGN_MM : BYTE_ALIGN_II); in writeExifSegment()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java440 private static final short BYTE_ALIGN_II = 0x4949; // II: Intel order field in ExifInterface
2637 case BYTE_ALIGN_II: in readByteOrder()
3296 ? BYTE_ALIGN_MM : BYTE_ALIGN_II); in writeExifSegment()