ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_tile_dims_t Struct Reference

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.

Detailed Description

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.

Since
0.1.0

Definition at line 88 of file ra8_tile_cache.h.

Field Documentation

◆ 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().

◆ w

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().


The documentation for this struct was generated from the following file: