AV1D_GET_TILE_SIZE

Constant AV1D_GET_TILE_SIZE 

Source
pub const AV1D_GET_TILE_SIZE: aom_dec_control_id = 263;
Expand description

Codec control function to get the width and height (in pixels) of the tiles in a tile list, unsigned int* parameter

Tile width is in the high 16 bits of the output value, and tile height is in the low 16 bits of the output value.