Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_dec.h677 } jpc_dec_importopts_t; typedef
Djpc_dec.c176 static jpc_dec_t *jpc_dec_create(jpc_dec_importopts_t *impopts, jas_stream_t *in);
200 static int jpc_dec_parseopts(char *optstr, jpc_dec_importopts_t *opts);
237 jpc_dec_importopts_t opts; in jpc_decode()
303 static int jpc_dec_parseopts(char *optstr, jpc_dec_importopts_t *opts) in jpc_dec_parseopts()
1843 static jpc_dec_t *jpc_dec_create(jpc_dec_importopts_t *impopts, jas_stream_t *in) in jpc_dec_create()