Lines Matching refs:cod
500 * Writes the COD marker (Coding style default)
511 * Reads a COD marker (Coding Styke defaults)
512 * @param p_header_data the data contained in the COD box.
514 * @param p_header_size the size of the data contained in the COD marker.
2574 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to write COD marker\n");
2583 opj_write_bytes(l_current_data, J2K_MS_COD, 2); /* COD */
2605 opj_event_msg(p_manager, EVT_ERROR, "Error writing COD marker\n");
2610 opj_event_msg(p_manager, EVT_ERROR, "Error writing COD marker\n");
2624 * Reads a COD marker (Coding Styke defaults)
2625 * @param p_header_data the data contained in the COD box.
2627 * @param p_header_size the size of the data contained in the COD marker.
2656 /* Only one COD per tile */
2657 if (l_tcp->cod) {
2659 "COD marker already read. No more than one COD marker per tile.\n");
2662 l_tcp->cod = 1;
2666 opj_event_msg(p_manager, EVT_ERROR, "Error reading COD marker\n");
2675 opj_event_msg(p_manager, EVT_ERROR, "Unknown Scod value in COD marker\n");
2684 "Unknown progression order in COD marker\n");
2692 "Invalid number of layers in COD marker : %d not in range [1-65535]\n",
2714 opj_event_msg(p_manager, EVT_ERROR, "Error reading COD marker\n");
2719 opj_event_msg(p_manager, EVT_ERROR, "Error reading COD marker\n");
5331 /* cod is first component of first tile */
7953 /* Mark required COD marker as found */
8044 "required COD marker not found in main header\n");
8140 l_tcp->cod = 0;