Searched refs:MARKER_COM (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DExifInterface.java1230 // MARKER_COM for user comment and MARKER_SOFx for image width and height.
1255 private static final byte MARKER_COM = (byte) 0xfe; field in class:ExifInterface
2373 case MARKER_COM: {
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java3613 // MARKER_COM for user comment and MARKER_SOFx for image width and height.
3638 private static final byte MARKER_COM = (byte) 0xfe; field in class:ExifInterface
4867 case MARKER_COM: {

Completed in 65 milliseconds