pub type opj_tile_index_t = opj_tile_index;Expand description
Index structure about a tile
Aliased Type§
#[repr(C)]pub struct opj_tile_index_t {
pub tileno: u32,
pub nb_tps: u32,
pub current_nb_tps: u32,
pub current_tpsno: u32,
pub tp_index: *mut opj_tp_index,
pub marknum: u32,
pub marker: *mut opj_marker_info,
pub maxmarknum: u32,
pub nb_packet: u32,
pub packet_index: *mut opj_packet_info,
}Fields§
§tileno: u32tile index
nb_tps: u32number of tile parts
current_nb_tps: u32current nb of tile part (allocated)
current_tpsno: u32current tile-part index
tp_index: *mut opj_tp_indexinformation concerning tile parts
marknum: u32number of markers
marker: *mut opj_marker_infolist of markers
maxmarknum: u32actual size of markers array
nb_packet: u32packet number
packet_index: *mut opj_packet_infoinformation concerning packets inside tile