| OpenJPEG 2.5.3
    | 
Structure to hold information needed to generate some markers. More...
#include <tcd.h>
| Data Fields | |
| OPJ_BOOL | need_PLT | 
| In: Whether information to generate PLT markers in needed. | |
| OPJ_UINT32 | packet_count | 
| OUT: Number of elements in p_packet_size[] array. | |
| OPJ_UINT32 * | p_packet_size | 
| OUT: Array of size packet_count, such that p_packet_size[i] is the size in bytes of the ith packet. | |
Structure to hold information needed to generate some markers.
Used by encoder.
| OPJ_BOOL opj_tcd_marker_info::need_PLT | 
In: Whether information to generate PLT markers in needed.
Referenced by opj_t2_encode_packets(), and opj_tcd_marker_info_create().
| OPJ_UINT32* opj_tcd_marker_info::p_packet_size | 
OUT: Array of size packet_count, such that p_packet_size[i] is the size in bytes of the ith packet.
Referenced by opj_j2k_write_plt_in_memory(), opj_t2_encode_packets(), and opj_tcd_marker_info_destroy().
| OPJ_UINT32 opj_tcd_marker_info::packet_count | 
OUT: Number of elements in p_packet_size[] array.
Referenced by opj_j2k_write_plt_in_memory(), and opj_t2_encode_packets().