Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:resolutions

1154  * @param       p_nb_resolutions        the number of resolutions.
3118 /* change the value of the max layer according to the actual number of layers in the file, components and resolutions*/
6157 opj_event_msg(p_manager, EVT_ERROR, "Invalid number of resolutions : %d not in range [1,%d]\n", parameters->numresolution, OPJ_J2K_MAXRLVLS);
7060 opj_event_msg(p_manager, EVT_ERROR, "Number of resolutions is too high in comparison to the size of tiles\n");
7065 opj_event_msg(p_manager, EVT_ERROR, "Number of resolutions is too high in comparison to the size of tiles\n");
7070 opj_event_msg(p_manager, EVT_ERROR, "Number of resolutions is too high in comparison to the size of tiles\n");
8174 l_res = l_tilec->resolutions + l_img_comp_src->resno_decoded;
8762 /* If user wants to remove more resolutions than the codestream contains, return error */
8764 opj_event_msg(p_manager, EVT_ERROR, "Error decoding component %d.\nThe number of resolutions to remove is higher than the number "
8765 "of resolutions of this component\nModify the cp_reduce parameter.\n\n", compno);