Home
last modified time | relevance | path

Searched refs:FORMAT_ABGR (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpeg_config.h26 FORMAT_ABGR = 0x104 // 4 bytes/pixel ABGRABGRABGR... enumerator
H A Djpegstream.cpp54 case Jpeg_Config::FORMAT_ABGR: in OutputStream_setup()
115 case Jpeg_Config::FORMAT_ABGR: in InputStream_setup()
H A Djpeg_writer.cpp180 case Jpeg_Config::FORMAT_ABGR: { in formatPixels()
H A Djpeg_reader.cpp224 } else if (mFormat == Jpeg_Config::FORMAT_ABGR) { in formatPixels()
/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
H A DStreamUtils.java69 case JpegConfig.FORMAT_ABGR: in pixelSize()
H A DJPEGOutputStream.java51 case JpegConfig.FORMAT_ABGR: in setConfig()
H A DJPEGInputStream.java49 case JpegConfig.FORMAT_ABGR: in setConfig()