Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:jpeg2000

56  * @param	jp2							the jpeg2000 file codec.
70 * @param jp2 jpeg2000 file codec.
81 * @param jp2 jpeg2000 file codec.
93 * @param jp2 the jpeg2000 file codec.
114 * @param jp2 jpeg2000 file codec.
125 * @param jp2 jpeg2000 file codec.
137 * @param jp2 the jpeg2000 file codec.
150 * @param jp2 the jpeg2000 file codec.
166 * Reads the Jpeg2000 file Header box - JP2 Header box (warning, this is a super box).
169 * @param jp2 the jpeg2000 file codec.
181 * Writes the Jpeg2000 file Header box - JP2 Header box (warning, this is a super box).
183 * @param jp2 the jpeg2000 file codec.
194 * Writes the Jpeg2000 codestream Header box - JP2C Header box. This function must be called AFTER the coding has been done.
197 * @param jp2 the jpeg2000 file codec.
210 * @param jp2 the jpeg2000 file codec.
220 * @param jp2 the jpeg2000 file codec.
230 * @param jp2 the jpeg2000 file codec.
239 * Reads a jpeg2000 file signature box.
242 * @param jp2 the jpeg2000 file codec.
254 * Writes a jpeg2000 file signature box.
257 * @param jp2 the jpeg2000 file codec.
310 * @param jp2 the jpeg2000 file codec.
338 * Reads a jpeg2000 file header structure.
340 * @param jp2 the jpeg2000 file header structure.
354 * @param jp2 the jpeg2000 file codec to execute the procedures on.
366 * Reads a box header. The box is the way data is packed inside a jpeg2000 file structure.
432 * Reads a box header. The box is the way data is packed inside a jpeg2000 file structure. Data is read from a character string
2048 /* JPEG2000 codec validation */
2110 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to handle jpeg2000 file header\n");
2151 opj_event_msg(p_manager, EVT_WARNING, "JPEG2000 Header box not read yet, '%c%c%c%c' box will be ignored\n", (OPJ_BYTE)(box.type>>24), (OPJ_BYTE)(box.type>>16), (OPJ_BYTE)(box.type>>8), (OPJ_BYTE)(box.type>>0));
2154 opj_event_msg(p_manager, EVT_ERROR, "Problem with skipping JPEG2000 box, stream error\n");
2171 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to handle jpeg2000 box\n");
2180 opj_event_msg(p_manager, EVT_ERROR, "Problem with reading JPEG2000 box, stream error\n");
2203 opj_event_msg(p_manager, EVT_ERROR, "Problem with skipping JPEG2000 box, stream error\n");
2219 * @param jp2 the jpeg2000 file codec to execute the procedures on.
2322 * Reads a jpeg2000 file signature box.
2325 * @param jp2 the jpeg2000 file codec.
2372 * @param jp2 the jpeg2000 file codec.
2474 * Reads the Jpeg2000 file Header box - JP2 Header box (warning, this is a super box).
2477 * @param jp2 the jpeg2000 file codec.