Home | History | Annotate | Download | only in libjasper

Lines Matching refs:optstr

200 static int jpc_dec_parseopts(char *optstr, jpc_dec_importopts_t *opts);
235 jas_image_t *jpc_decode(jas_stream_t *in, char *optstr)
243 if (jpc_dec_parseopts(optstr, &opts)) {
303 static int jpc_dec_parseopts(char *optstr, jpc_dec_importopts_t *opts)
311 if (!(tvp = jas_tvparser_create(optstr ? optstr : ""))) {