HomeSort by relevance Sort by last modified time
    Searched refs:PF_XBGR (Results 1 - 5 of 5) sorted by null

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java 157 public static final int PF_XBGR = 4;
183 * ABGR pixel format. This is the same as {@link #PF_XBGR}, except that when
TJCompressor.java 216 pixelFormat = TJ.PF_XBGR; break;
221 pixelFormat = TJ.PF_XBGR;
TJDecompressor.java     [all...]
  /external/libjpeg-turbo/java/
TJBench.java 745 pf = TJ.PF_XBGR;
    [all...]
TJUnitTest.java 78 TJ.PF_RGBX, TJ.PF_BGRX, TJ.PF_XBGR, TJ.PF_XRGB, TJ.PF_CMYK
    [all...]

Completed in 71 milliseconds