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

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java 150 public static final int PF_BGRX = 3;
177 * BGRA pixel format. This is the same as {@link #PF_BGRX}, except that when
232 * of format <code>TJ.PF_BGRX</code> is stored in <code>char pixel[]</code>,
234 * <code>pixel[TJ.getRedOffset(TJ.PF_BGRX)]</code>.
253 * of format <code>TJ.PF_BGRX</code> is stored in <code>char pixel[]</code>,
255 * <code>pixel[TJ.getGreenOffset(TJ.PF_BGRX)]</code>.
274 * of format <code>TJ.PF_BGRX</code> is stored in <code>char pixel[]</code>,
276 * <code>pixel[TJ.getBlueOffset(TJ.PF_BGRX)]</code>.
TJCompressor.java 231 pixelFormat = TJ.PF_BGRX;
TJDecompressor.java     [all...]
  /external/libjpeg-turbo/java/
TJExample.java 292 bmpBuf = tjd.decompress(width, 0, height, TJ.PF_BGRX, flags);
329 tjc.setSourceImage(bmpBuf, 0, 0, width, 0, height, TJ.PF_BGRX);
TJUnitTest.java 78 TJ.PF_RGBX, TJ.PF_BGRX, TJ.PF_XBGR, TJ.PF_XRGB, TJ.PF_CMYK
120 return TJ.PF_BGRX;
873 tjc.setSourceImage(srcBuf, 0, 0, w, 0, h, TJ.PF_BGRX);
889 tjc.setSourceImage(srcBuf, 0, 0, h, 0, w, TJ.PF_BGRX);
    [all...]
TJBench.java 733 pf = TJ.PF_BGRX;
    [all...]

Completed in 88 milliseconds