|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One decoded source view and the ownership needed to release it. More...
Data Fields | |
| const uint8_t * | gray |
| Decoded grayscale samples. | |
| uint8_t * | stb_pixels |
| stb-owned arena span, or null for WebP. | |
| uint16_t | width |
| Source width in pixels. | |
| uint16_t | height |
| Source height in pixels. | |
| bool | webp |
| Whether the WebP caller arena owns it. | |
One decoded source view and the ownership needed to release it.
Definition at line 363 of file ra8_rabook_raster.c.
| const uint8_t* internal_decoded_raster_t::gray |
Decoded grayscale samples.
Definition at line 364 of file ra8_rabook_raster.c.
Referenced by internal_decode_source(), and internal_encode_source().
| uint16_t internal_decoded_raster_t::height |
Source height in pixels.
Definition at line 367 of file ra8_rabook_raster.c.
Referenced by internal_decode_source(), and internal_encode_source().
| uint8_t* internal_decoded_raster_t::stb_pixels |
stb-owned arena span, or null for WebP.
Definition at line 365 of file ra8_rabook_raster.c.
Referenced by internal_decode_source(), and internal_encode_source().
| bool internal_decoded_raster_t::webp |
Whether the WebP caller arena owns it.
Definition at line 368 of file ra8_rabook_raster.c.
Referenced by internal_decode_source(), and internal_encode_source().
| uint16_t internal_decoded_raster_t::width |
Source width in pixels.
Definition at line 366 of file ra8_rabook_raster.c.
Referenced by internal_decode_source(), and internal_encode_source().