Home
last modified time | relevance | path

Searched defs:oapve_tile (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libopenapv/src/
H A Doapv_def.h247 struct oapve_tile { struct
248 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