OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TJPF_XBGR
(Results
1 - 10
of
10
) sorted by null
/external/libvncserver/common/
turbojpeg.h
155
TJPF_XBGR
,
181
* ABGR pixel format. This is the same as @ref
TJPF_XBGR
, except that when
turbojpeg.c
128
if(flags&TJ_BGR) return
TJPF_XBGR
;
163
case
TJPF_XBGR
:
172
case
TJPF_XBGR
:
225
case
TJPF_XBGR
:
243
case
TJPF_XBGR
:
342
case
TJPF_XBGR
:
414
case
TJPF_XBGR
:
/external/libjpeg-turbo/doc/html/search/
enumvalues_74.js
18
['tjpf_5fxbgr',['
TJPF_XBGR
',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aaf6603b27147de47e212e75dac027b2af',1,'turbojpeg.h']]],
all_74.js
56
['tjpf_5fxbgr',['
TJPF_XBGR
',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aaf6603b27147de47e212e75dac027b2af',1,'turbojpeg.h']]],
/external/libjpeg-turbo/
turbojpeg.h
200
TJPF_XBGR
,
226
* ABGR pixel format. This is the same as @ref
TJPF_XBGR
, except that when
[
all
...]
turbojpeg.c
161
if(flags&TJ_BGR) return
TJPF_XBGR
;
197
case
TJPF_XBGR
:
206
case
TJPF_XBGR
:
294
case
TJPF_XBGR
:
312
case
TJPF_XBGR
:
431
case
TJPF_XBGR
:
503
case
TJPF_XBGR
:
[
all
...]
tjunittest.c
77
const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX,
TJPF_XBGR
, TJPF_XRGB,
tjbench.c
828
if(!strcasecmp(argv[i], "-xbgr")) pf=
TJPF_XBGR
;
/external/libvncserver/test/
tjunittest.c
65
const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX,
TJPF_XBGR
, TJPF_XRGB};
tjbench.c
580
if(!strcasecmp(argv[i], "-xbgr")) pf=
TJPF_XBGR
;
Completed in 72 milliseconds