Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djp2_dec.c129 jas_eprintf("error: cannot get box\n"); in jp2_decode()
133 jas_eprintf("error: expecting signature box\n"); in jp2_decode()
137 jas_eprintf("incorrect magic number\n"); in jp2_decode()
148 jas_eprintf("expecting file type box\n"); in jp2_decode()
158 jas_eprintf("box type %s\n", box->info->name); in jp2_decode()
211 jas_eprintf("error: no code stream found\n"); in jp2_decode()
216 jas_eprintf("error: cannot decode code stream\n"); in jp2_decode()
222 jas_eprintf("error: missing IHDR box\n"); in jp2_decode()
229 jas_eprintf("warning: number of components mismatch\n"); in jp2_decode()
234 jas_eprintf("error: no components\n"); in jp2_decode()
[all …]
Djpc_enc.c291 jas_eprintf("invalid JP encoder options\n"); in jpc_encode()
315 jas_eprintf("cannot write EOI marker\n"); in jpc_encode()
398 jas_eprintf("unsupported image type\n"); in cp_create()
485 jas_eprintf("ignoring invalid mode %s\n", in cp_create()
494 jas_eprintf("ignoring invalid progression order %s\n", in cp_create()
536 jas_eprintf("ignoring bad rate specifier %s\n", in cp_create()
543 jas_eprintf("warning: invalid intermediate layer rates specifier ignored (%s)\n", in cp_create()
552 jas_eprintf("warning: ignoring invalid option %s\n", in cp_create()
570 jas_eprintf("warning: overriding imgareatlx value\n"); in cp_create()
578 jas_eprintf("warning: overriding imgareatly value\n"); in cp_create()
[all …]
Djpc_t2dec.c214 jas_eprintf("missing SOP marker segment\n"); in jpc_dec_decodepkt()
335 jas_eprintf("alignment failed\n"); in jpc_dec_decodepkt()
344 jas_eprintf("hdrlen=%lu bodylen=%lu \n", (unsigned long) hdrlen, in jpc_dec_decodepkt()
351 jas_eprintf("cannot get (EPH) marker segment\n"); in jpc_dec_decodepkt()
356 jas_eprintf("missing EPH marker segment\n"); in jpc_dec_decodepkt()
366 jas_eprintf("packet body offset=%06ld\n", (long) jas_stream_getrwcount(in)); in jpc_dec_decodepkt()
391 jas_eprintf("lyrno=%02d, compno=%02d, lvlno=%02d, prcno=%02d, bandno=%02d, cblkno=%02d, passno=%02d… in jpc_dec_decodepkt()
445 jas_eprintf("warning: stopping decode prematurely as requested\n"); in jpc_dec_decodepkts()
449 jas_eprintf("packet offset=%08ld prg=%d cmptno=%02d " in jpc_dec_decodepkts()
Djas_getopt.c129 jas_eprintf("unknown long option %s\n", s); in jas_getopt()
140 jas_eprintf("unknown short option %s\n", s); in jas_getopt()
151 jas_eprintf("missing argument for option %s\n", s); in jas_getopt()
Djpc_t1dec.c117jas_eprintf("index = %ld; passtype = %s; symtype = %s; sym = %d\n", t1dec_cnt, passtypename, symty…
133jas_eprintf("index = %ld; passtype = %s; symtype = %s; sym = %d\n", t1dec_cnt, passtypename, symty…
243 jas_eprintf("warning: corrupt code stream\n"); in jpc_dec_decodecblk()
246 jas_eprintf("warning: corrupt code stream\n"); in jpc_dec_decodecblk()
298 jas_eprintf("coding pass failed passtype=%d segtype=%d\n", passtype, seg->type); in jpc_dec_decodecblk()
319 jas_eprintf("warning: bad termination pattern detected\n"); in jpc_dec_decodecblk()
917 jas_eprintf("warning: bad segmentation symbol\n"); in dec_clnpass()
Djpc_dec.c328 jas_eprintf("warning: ignoring invalid option %s\n", in jpc_dec_parseopts()
373 jas_eprintf("cannot get marker segment\n"); in jpc_dec_decode()
383 jas_eprintf("unexpected marker segment type\n"); in jpc_dec_decode()
493 jas_eprintf("invalid tile number in SOT marker segment\n"); in jpc_dec_process_sot()
592 jas_eprintf("jpc_dec_decodepkts failed\n"); in jpc_dec_process_sod()
603 jas_eprintf("warning: ignoring trailing garbage (%lu bytes)\n", in jpc_dec_process_sod()
608 jas_eprintf("read error\n"); in jpc_dec_process_sod()
613 jas_eprintf("warning: not enough tile data (%lu bytes)\n", in jpc_dec_process_sod()
1032 jas_eprintf("jpc_dec_decodecblks failed\n"); in jpc_dec_tiledecode()
1128 jas_eprintf("write component failed\n"); in jpc_dec_tiledecode()
[all …]
Djas_debug.c109 int jas_eprintf(const char *fmt, ...) in jas_eprintf() function
Djas_cm.c994 jas_eprintf("lut[%d]=%f ", i, lut->data[i]); in jas_cmshapmatlut_invert()
996 jas_eprintf("invlut[%d]=%f ", i, invlut->data[i]); in jas_cmshapmatlut_invert()
1008 jas_eprintf("delta=%f\n", d); in jas_cmshapmat_invmat()
1025 jas_eprintf("[ %f %f %f %f ]\n[ %f %f %f %f ]\n[ %f %f %f %f ]\n", in jas_cmshapmat_invmat()
1029 jas_eprintf("[ %f %f %f %f ]\n[ %f %f %f %f ]\n[ %f %f %f %f ]\n", in jas_cmshapmat_invmat()
Djp2_cod.c274 jas_eprintf("warning: cannot handle large 64-bit box length\n"); in jp2_box_get()
293 jas_eprintf("cannot copy box data\n"); in jp2_box_get()
300 jas_eprintf("cannot parse box data\n"); in jp2_box_get()
Djas_icc.c281 jas_eprintf("cannot get header\n"); in jas_iccprof_load()
285 jas_eprintf("cannot get tab table\n"); in jas_iccprof_load()
305 jas_eprintf("warning: skipping unknown tag type\n"); in jas_iccprof_load()
330 jas_eprintf("warning: skipping unknown tag type\n"); in jas_iccprof_load()
872 jas_eprintf("refcnt=%d\n", attrval->refcnt); in jas_iccattrval_destroy()
Djas_image.c1301 jas_eprintf("IMAGE\n"); in jas_image_chclrspc()
1436 jas_eprintf("INIMAGE\n"); in jas_image_chclrspc()
1438 jas_eprintf("OUTIMAGE\n"); in jas_image_chclrspc()
Djpc_cs.c291 jas_eprintf("warning: trailing garbage in marker segment (%ld bytes)\n", in jpc_getms()
640 jas_eprintf("prcwidth[%d] = %d, prcheight[%d] = %d\n", in jpc_cod_dumpparms()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_debug.h93 ((jas_getdbglevel() >= (n)) ? (jas_eprintf x) : 0)
105 int jas_eprintf(const char *fmt, ...);
Djas_fix.h348 jas_eprintf("overflow error: file %s, line %d\n", __FILE__, __LINE__)
352 jas_eprintf("underflow error: file %s, line %d\n", __FILE__, __LINE__)