Searched defs:oapve_tile (Results 1 – 1 of 1) sorted by relevance
247 struct oapve_tile { struct248 oapv_th_t th;250 int x; /* x (column) position in a frame in unit of pixel */251 int y; /* y (row) position in a frame in unit of pixel */252 int w; /* tile width in unit of pixel */276 oapve_tile_t tile[OAPV_MAX_TILES]; argument