OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fmtops
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/3rdparty/libjasper/
jas_init.c
77
jas_image_fmtops_t
fmtops
;
local
83
fmtops
.decode = mif_decode;
84
fmtops
.encode = mif_encode;
85
fmtops
.validate = mif_validate;
86
jas_image_addfmt(fmtid, "mif", "mif", "My Image Format (MIF)", &
fmtops
);
91
fmtops
.decode = pnm_decode;
92
fmtops
.encode = pnm_encode;
93
fmtops
.validate = pnm_validate;
95
&
fmtops
);
97
&
fmtops
);
[
all
...]
Completed in 63 milliseconds