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

  /external/pdfium/third_party/libopenjpeg20/
event.h 67 #define EVT_ERROR 1 /**< Error event type */
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");
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);
894 opj_event_msg(p_manager, EVT_ERROR, "Unexpected OOM.\n");
900 opj_event_msg(p_manager, EVT_ERROR, "Unexpected MTYP value.\n")
    [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");
event.c 93 case EVT_ERROR:
tgt.c 62 opj_event_msg(manager, EVT_ERROR, "Not enough memory to create Tag-tree\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");
tcd.c     [all...]
t2.c     [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 1713 milliseconds