Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:ftyp

134  * Writes a FTYP box - File type box
147 * Reads a a FTYP box - File type box
149 * @param p_header_data the data contained in the FTYP box.
151 * @param p_header_size the size of the data contained in the FTYP box.
154 * @return true if the FTYP box is valid.
1654 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to handle ftyp data\n");
1663 opj_write_bytes(l_current_data_ptr, JP2_FTYP,4); /* FTYP */
1679 opj_event_msg(p_manager, EVT_ERROR, "Error while writing ftyp data to stream\n");
2369 * Reads a a FTYP box - File type box
2371 * @param p_header_data the data contained in the FTYP box.
2373 * @param p_header_size the size of the data contained in the FTYP box.
2376 * @return true if the FTYP box is valid.
2392 opj_event_msg(p_manager, EVT_ERROR, "The ftyp box must be the second box in the file.\n");
2398 opj_event_msg(p_manager, EVT_ERROR, "Error with FTYP signature Box size\n");
2412 opj_event_msg(p_manager, EVT_ERROR, "Error with FTYP signature Box size\n");
2421 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory with FTYP Box\n");