Home
last modified time | relevance | path

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

/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_config.h24 FORMAT_RGB = 0x003, // 3 bytes/pixel RGBRGBRGBRGB... enumerator
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJpegConfig.java22 public static final int FORMAT_RGB = 0x003; // 3 bytes/pixel RGBRGBRGBRGB... field