Type Alias openjpeg_sys::opj_tile_index_t

source ·
pub type opj_tile_index_t = opj_tile_index;
Expand description

Index structure about a tile

Aliased Type§

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: u32

tile index

§nb_tps: u32

number of tile parts

§current_nb_tps: u32

current nb of tile part (allocated)

§current_tpsno: u32

current tile-part index

§tp_index: *mut opj_tp_index

information concerning tile parts

§marknum: u32

number of markers

§marker: *mut opj_marker_info

list of markers

§maxmarknum: u32

actual size of markers array

§nb_packet: u32

packet number

§packet_index: *mut opj_packet_info

information concerning packets inside tile