OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TJPF_XRGB
(Results
1 - 10
of
10
) sorted by null
/external/libvncserver/common/
turbojpeg.h
162
TJPF_XRGB
,
187
* ARGB pixel format. This is the same as @ref
TJPF_XRGB
, except that when
turbojpeg.c
129
else return
TJPF_XRGB
;
160
case
TJPF_XRGB
:
171
case
TJPF_XRGB
:
223
case
TJPF_XRGB
:
242
case
TJPF_XRGB
:
336
case
TJPF_XRGB
:
404
case
TJPF_XRGB
:
/external/libjpeg-turbo/doc/html/search/
enumvalues_74.js
19
['tjpf_5fxrgb',['
TJPF_XRGB
',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aadae996905efcfa3b42a0bb3bea7f9d84',1,'turbojpeg.h']]],
all_74.js
57
['tjpf_5fxrgb',['
TJPF_XRGB
',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aadae996905efcfa3b42a0bb3bea7f9d84',1,'turbojpeg.h']]],
/external/libvncserver/test/
tjunittest.c
65
const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR,
TJPF_XRGB
};
363
if(pf>=TJPF_RGBX && pf<=
TJPF_XRGB
)
tjbench.c
581
if(!strcasecmp(argv[i], "-xrgb")) pf=
TJPF_XRGB
;
/external/libjpeg-turbo/
turbojpeg.h
207
TJPF_XRGB
,
232
* ARGB pixel format. This is the same as @ref
TJPF_XRGB
, except that when
[
all
...]
turbojpeg.c
162
else return
TJPF_XRGB
;
194
case
TJPF_XRGB
:
205
case
TJPF_XRGB
:
292
case
TJPF_XRGB
:
311
case
TJPF_XRGB
:
425
case
TJPF_XRGB
:
493
case
TJPF_XRGB
:
[
all
...]
tjunittest.c
77
const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR,
TJPF_XRGB
,
577
if(pf>=TJPF_RGBX && pf<=
TJPF_XRGB
)
tjbench.c
829
if(!strcasecmp(argv[i], "-xrgb")) pf=
TJPF_XRGB
;
Completed in 201 milliseconds