/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_image.h | 407 jas_image_t *jas_image_decode(jas_stream_t *in, int fmt, char *optstr); 411 char *optstr); 506 jas_image_t *jpg_decode(jas_stream_t *in, char *optstr); 507 int jpg_encode(jas_image_t *image, jas_stream_t *out, char *optstr); 513 jas_image_t *mif_decode(jas_stream_t *in, char *optstr); 514 int mif_encode(jas_image_t *image, jas_stream_t *out, char *optstr); 520 jas_image_t *pnm_decode(jas_stream_t *in, char *optstr); 521 int pnm_encode(jas_image_t *image, jas_stream_t *out, char *optstr); 527 jas_image_t *ras_decode(jas_stream_t *in, char *optstr); 528 int ras_encode(jas_image_t *image, jas_stream_t *out, char *optstr); [all …]
|
/external/opencv3/3rdparty/libjasper/ |
D | jp2_enc.c | 346 int jp2_write_codestream(jas_image_t *image, jas_stream_t *out, char *optstr) in jp2_write_codestream() argument 369 sprintf(buf, "%s\n_jp2overhead=%lu\n", (optstr ? optstr : ""), in jp2_write_codestream() 387 int jp2_encode(jas_image_t *image, jas_stream_t *out, char *optstr) in jp2_encode() argument 391 if (jp2_write_codestream(image, out, optstr) < 0) in jp2_encode() 398 char *optstr, jp2_box_t *uuid) in jp2_encode_uuid() argument 406 if (jp2_write_codestream(image, out, optstr) < 0) in jp2_encode_uuid()
|
D | jp2_dec.c | 96 jas_image_t *jp2_decode(jas_stream_t *in, char *optstr) in jp2_decode() argument 215 if (!(dec->image = jpc_decode(in, optstr))) { in jp2_decode()
|
D | jas_image.c | 352 jas_image_t *jas_image_decode(jas_stream_t *in, int fmt, char *optstr) in jas_image_decode() argument 372 if (!(image = (*fmtinfo->ops.decode)(in, optstr))) in jas_image_decode() 390 int jas_image_encode(jas_image_t *image, jas_stream_t *out, int fmt, char *optstr) in jas_image_encode() argument 397 optstr) : (-1); in jas_image_encode()
|
D | jpc_dec.c | 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) in jpc_decode() argument 243 if (jpc_dec_parseopts(optstr, &opts)) { in jpc_decode() 303 static int jpc_dec_parseopts(char *optstr, jpc_dec_importopts_t *opts) in jpc_dec_parseopts() argument 311 if (!(tvp = jas_tvparser_create(optstr ? optstr : ""))) { in jpc_dec_parseopts()
|
D | jpc_enc.c | 164 static jpc_enc_cp_t *cp_create(char *optstr, jas_image_t *image); 280 int jpc_encode(jas_image_t *image, jas_stream_t *out, char *optstr) in jpc_encode() argument 290 if (!(cp = cp_create(optstr, image))) { in jpc_encode() 343 static jpc_enc_cp_t *cp_create(char *optstr, jas_image_t *image) in cp_create() argument 440 if (!(tvp = jas_tvparser_create(optstr ? optstr : ""))) { in cp_create()
|
/external/libdrm/tests/vbltest/ |
D | vbltest.c | 49 static char optstr[] = "D:M:s"; variable 106 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/external/libdrm/tests/proptest/ |
D | proptest.c | 275 static const char optstr[] = "D:M:"; in main() local 280 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 712 static const char optstr[] = "s:"; variable 731 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 892 static int getfirstoption(int argc, char **argv, const char *optstr, int *pOptInd) in getfirstoption() argument 900 NULL != strchr(optstr, argv[i][1])) in getfirstoption() 910 int o = getopt(argc, (char *const *)argv, optstr);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | upload-diffs.py | 487 optstr = optparse.HelpFormatter.format_option_strings(self, option) 488 optlist = optstr.split(", ") 493 optstr = " ".join(optlist) 494 return optstr
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 1496 static char optstr[] = "cdD:efM:P:ps:Cvw:"; variable 1521 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|