|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Per-cell user descriptor: the decoded tile dimensions. More...
#include <ra8_tile_cache.h>
Data Fields | |
| uint16_t | w |
| Decoded tile width in pixels. | |
| uint16_t | h |
| Decoded tile height in pixels. | |
Per-cell user descriptor: the decoded tile dimensions.
The decoder writes the decoded tile's width/height here; ra8_tile_cache_get reads them back into ra8_tile_t. Treat as private; the cache owns the contents.
Definition at line 88 of file ra8_tile_cache.h.
| uint16_t ra8_tile_dims_t::h |
Decoded tile height in pixels.
Definition at line 90 of file ra8_tile_cache.h.
Referenced by internal_tile_decode(), and ra8_tile_cache_get().
| uint16_t ra8_tile_dims_t::w |
Decoded tile width in pixels.
Definition at line 89 of file ra8_tile_cache.h.
Referenced by internal_tile_decode(), and ra8_tile_cache_get().