|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Geometry and byte count of a normalized RABOOK raster payload. More...
#include <ra8_rabook_raster.h>
Data Fields | |
| uint32_t | encoded_size |
| Bytes written to the encoded destination. | |
| uint16_t | width |
| Output width in pixels. | |
| uint16_t | height |
| Output height in pixels. | |
| uint8_t | pixel_format |
| book_image_pixfmt_t emitted. | |
Geometry and byte count of a normalized RABOOK raster payload.
Definition at line 59 of file ra8_rabook_raster.h.
| uint32_t ra8_rabook_raster_result_t::encoded_size |
Bytes written to the encoded destination.
Definition at line 60 of file ra8_rabook_raster.h.
Referenced by internal_encode_source(), and internal_store_image().
| uint16_t ra8_rabook_raster_result_t::height |
Output height in pixels.
Definition at line 62 of file ra8_rabook_raster.h.
Referenced by internal_encode_source(), and internal_store_image().
| uint8_t ra8_rabook_raster_result_t::pixel_format |
book_image_pixfmt_t emitted.
Definition at line 63 of file ra8_rabook_raster.h.
Referenced by internal_encode_source(), and internal_store_image().
| uint16_t ra8_rabook_raster_result_t::width |
Output width in pixels.
Definition at line 61 of file ra8_rabook_raster.h.
Referenced by internal_encode_source(), and internal_store_image().