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

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java 164 public static final int PF_XRGB = 5;
189 * ARGB pixel format. This is the same as {@link #PF_XRGB}, except that when
TJCompressor.java 229 pixelFormat = TJ.PF_XRGB;
TJDecompressor.java     [all...]
  /external/libjpeg-turbo/java/
TJUnitTest.java 78 TJ.PF_RGBX, TJ.PF_BGRX, TJ.PF_XBGR, TJ.PF_XRGB, TJ.PF_CMYK
822 if (pf >= TJ.PF_RGBX && pf <= TJ.PF_XRGB && !bi) {
    [all...]
TJBench.java 747 pf = TJ.PF_XRGB;
    [all...]

Completed in 84 milliseconds