Home
last modified time | relevance | path

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

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