/external/pdfium/third_party/libopenjpeg20/ |
0008-jp2_check_color.patch | 12 + opj_event_msg(p_manager, EVT_ERROR, "Unexpected MTYP value.\n"); 18 opj_event_msg(p_manager, EVT_ERROR, "Invalid component/palette index for direct mapping %d.\n", pcol);
|
jp2.c | 509 opj_event_msg(p_manager, EVT_ERROR, "Cannot handle box sizes higher than 2^32\n"); 552 opj_event_msg(p_manager, EVT_ERROR, "Bad image header box (bad size)\n"); 566 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to handle image header (ihdr)\n"); 578 opj_event_msg(p_manager, EVT_INFO, "JP2 IHDR box: compression type indicate that the file is not a conforming JP2 file (%d) \n", jp2->C); 690 opj_event_msg(p_manager, EVT_WARNING, "A BPCC header box is available although BPC given by the IHDR box (%d) indicate components bit depth is constant\n",jp2->bpc); 695 opj_event_msg(p_manager, EVT_ERROR, "Bad BPCC header box (bad size)\n"); 849 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].cn, nr_channels); 855 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].asoc - 1, nr_channels); 870 opj_event_msg(p_manager, EVT_ERROR, "Incomplete channel definitions.\n"); 887 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", cmap[i].cmp, image->numcomps) [all...] |
j2k.c | [all...] |
0005-jp2_apply_pclr.patch | 6 opj_event_msg(p_manager, EVT_ERROR, "Invalid component/palette index for direct mapping %d.\n", pcol); 11 opj_event_msg(p_manager, EVT_ERROR, "Component %d is mapped twice.\n", pcol);
|
0006-tcd_init_tile.patch | 11 + opj_event_msg(manager, EVT_ERROR, "Invalid tile data\n");
|
t2.c | [all...] |
tgt.c | 62 opj_event_msg(manager, EVT_ERROR, "Not enough memory to create Tag-tree\n"); 84 opj_event_msg(manager, EVT_WARNING, "tgt_create tree->numnodes == 0, no tree created.\n"); 90 opj_event_msg(manager, EVT_ERROR, "Not enough memory to create Tag-tree nodes\n"); 178 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to reinitialize the tag tree\n");
|
cio.c | 313 opj_event_msg(p_event_mgr, EVT_INFO, "Stream reached its end !\n"); 345 opj_event_msg(p_event_mgr, EVT_INFO, "Stream reached its end !\n"); 436 opj_event_msg(p_event_mgr, EVT_INFO, "Error on writing stream!\n"); 488 opj_event_msg(p_event_mgr, EVT_INFO, "Stream reached its end !\n"); 528 opj_event_msg(p_event_mgr, EVT_INFO, "Stream error!\n");
|
function_list.c | 90 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to add a new validation procedure\n");
|
tcd.c | 552 /* opj_event_msg(tcd->cinfo, EVT_INFO, "rate alloc: len=%d, max=%d\n", l, maxlen); */ [all...] |
event.c | 86 OPJ_BOOL opj_event_msg(opj_event_mgr_t* p_event_mgr, OPJ_INT32 event_type, const char *fmt, ...) { function
|
event.h | 90 OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type, const char *fmt, ...);
|
openjpeg.c | 365 opj_event_msg(&(l_codec->m_event_mgr), EVT_ERROR, 386 opj_event_msg(&(l_codec->m_event_mgr), EVT_ERROR,
|
t1.c | [all...] |