OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PF_RGBX
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java
144
public static final int
PF_RGBX
= 2;
172
* RGBA pixel format. This is the same as {@link #
PF_RGBX
}, except that when
TJCompressor.java
221
pixelFormat = TJ.
PF_RGBX
;
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
115
return TJ.
PF_RGBX
;
831
if (pf >= TJ.
PF_RGBX
&& pf <= TJ.PF_XRGB && !bi) {
833
decompTest(tjd, dstBuf, size, w, h, pf + (TJ.PF_RGBA - TJ.
PF_RGBX
),
[
all
...]
TJBench.java
725
pf = TJ.
PF_RGBX
;
[
all
...]
Completed in 1568 milliseconds