Home
last modified time | relevance | path

Searched defs:FORMAT_ABGR (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpeg_config.h26 FORMAT_ABGR = 0x104 // 4 bytes/pixel ABGRABGRABGR... enumerator
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
H A DJpegConfig.java24 public static final int FORMAT_ABGR = 0x104; // 4 bytes/pixel ABGRABGRABGR... field