HomeSort by relevance Sort by last modified time
    Searched refs:opj_event_msg (Results 1 - 10 of 10) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
event.h 90 OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type, const char *fmt, ...);
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");
567 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to handle image header (ihdr)\n");
579 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);
691 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);
696 opj_event_msg(p_manager, EVT_ERROR, "Bad BPCC header box (bad size)\n");
850 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].cn, nr_channels);
856 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].asoc - 1, nr_channels);
871 opj_event_msg(p_manager, EVT_ERROR, "Incomplete channel definitions.\n");
888 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", cmap[i].cmp, image->numcomps)
    [all...]
j2k.c     [all...]
function_list.c 90 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to add a new validation procedure\n");
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");
event.c 86 OPJ_BOOL opj_event_msg(opj_event_mgr_t* p_event_mgr, OPJ_INT32 event_type, const char *fmt, ...) { function
t2.c     [all...]
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");
tcd.c 552 /* opj_event_msg(tcd->cinfo, EVT_INFO, "rate alloc: len=%d, max=%d\n", l, maxlen); */
    [all...]
openjpeg.c 365 opj_event_msg(&(l_codec->m_event_mgr), EVT_ERROR,
386 opj_event_msg(&(l_codec->m_event_mgr), EVT_ERROR,

Completed in 136 milliseconds