Home
last modified time | relevance | path

Searched refs:fmtops (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_init.c77 jas_image_fmtops_t fmtops; in jas_init() local
83 fmtops.decode = mif_decode; in jas_init()
84 fmtops.encode = mif_encode; in jas_init()
85 fmtops.validate = mif_validate; in jas_init()
86 jas_image_addfmt(fmtid, "mif", "mif", "My Image Format (MIF)", &fmtops); in jas_init()
91 fmtops.decode = pnm_decode; in jas_init()
92 fmtops.encode = pnm_encode; in jas_init()
93 fmtops.validate = pnm_validate; in jas_init()
95 &fmtops); in jas_init()
97 &fmtops); in jas_init()
[all …]