|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Immutable policy for one fetched-image conversion. More...
#include <media_download_format_internal.h>
Data Fields | |
| const char * | page_id |
| Stable page identifier. | |
| ra8_rabook_comic_metadata_t | metadata |
| Book header metadata. | |
| uint32_t | chunk_bytes |
| RBKC chunk geometry. | |
| uint16_t | max_image_edge |
| Output edge clamp. | |
| uint8_t | pixel_format |
| Gray4 or gray8 output. | |
Immutable policy for one fetched-image conversion.
Definition at line 29 of file media_download_format_internal.h.
| uint32_t media_download_format_config_t::chunk_bytes |
RBKC chunk geometry.
Definition at line 32 of file media_download_format_internal.h.
Referenced by priv_media_download_format_rabook().
| uint16_t media_download_format_config_t::max_image_edge |
Output edge clamp.
Definition at line 33 of file media_download_format_internal.h.
Referenced by priv_media_download_format_rabook().
| ra8_rabook_comic_metadata_t media_download_format_config_t::metadata |
Book header metadata.
Definition at line 31 of file media_download_format_internal.h.
Referenced by priv_media_download_format_rabook().
| const char* media_download_format_config_t::page_id |
Stable page identifier.
Definition at line 30 of file media_download_format_internal.h.
Referenced by priv_media_download_format_rabook().
| uint8_t media_download_format_config_t::pixel_format |
Gray4 or gray8 output.
Definition at line 34 of file media_download_format_internal.h.
Referenced by priv_media_download_format_rabook().