OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icchdr
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_dec.c
116
jas_icchdr_t
icchdr
;
local
295
jas_iccprof_gethdr(iccprof, &
icchdr
);
296
jas_eprintf("ICC Profile CS %08x\n",
icchdr
.colorspc);
297
jas_image_setclrspc(dec->image, fromiccpcs(
icchdr
.colorspc));
jas_cm.c
246
jas_icchdr_t
icchdr
;
local
256
jas_iccprof_gethdr(iccprof, &
icchdr
);
259
prof->clrspc = icctoclrspc(
icchdr
.colorspc, 0);
260
prof->refclrspc = icctoclrspc(
icchdr
.refcolorspc, 1);
[
all
...]
Completed in 5533 milliseconds