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

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.

Detailed Description

Geometry and byte count of a normalized RABOOK raster payload.

Since
0.1.0

Definition at line 59 of file ra8_rabook_raster.h.

Field Documentation

◆ encoded_size

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

◆ height

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

◆ pixel_format

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

◆ width

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


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