|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Complete caller-owned storage for image-to-RBKC conversion. More...
#include <media_download_format_internal.h>
Data Fields | |
| ra8_rabook_comic_workspace_t | comic |
| Builder and raster arenas. | |
| ra8_rabook_container_workspace_t | container |
| Chunk-compressor workspace. | |
| uint8_t * | image |
| Normalized image spool. | |
| uint8_t * | flat |
| Flat RABOOK1 spool. | |
| uint8_t * | packed |
| Final RBKC destination. | |
| uint32_t | image_cap |
| Image-spool capacity. | |
| uint32_t | flat_cap |
| Flat-spool capacity. | |
| uint32_t | packed_cap |
| RBKC capacity. | |
Complete caller-owned storage for image-to-RBKC conversion.
Definition at line 44 of file media_download_format_internal.h.
| ra8_rabook_comic_workspace_t media_download_format_workspace_t::comic |
Builder and raster arenas.
Definition at line 45 of file media_download_format_internal.h.
Referenced by priv_media_download_format_rabook().
| ra8_rabook_container_workspace_t media_download_format_workspace_t::container |
Chunk-compressor workspace.
Definition at line 46 of file media_download_format_internal.h.
Referenced by priv_media_download_format_rabook().
| uint8_t* media_download_format_workspace_t::flat |
Flat RABOOK1 spool.
Definition at line 48 of file media_download_format_internal.h.
Referenced by internal_validate_format_request(), and priv_media_download_format_rabook().
| uint32_t media_download_format_workspace_t::flat_cap |
Flat-spool capacity.
Definition at line 51 of file media_download_format_internal.h.
Referenced by internal_validate_format_request(), and priv_media_download_format_rabook().
| uint8_t* media_download_format_workspace_t::image |
Normalized image spool.
Definition at line 47 of file media_download_format_internal.h.
Referenced by internal_validate_format_request(), and priv_media_download_format_rabook().
| uint32_t media_download_format_workspace_t::image_cap |
Image-spool capacity.
Definition at line 50 of file media_download_format_internal.h.
Referenced by internal_validate_format_request(), and priv_media_download_format_rabook().
| uint8_t* media_download_format_workspace_t::packed |
Final RBKC destination.
Definition at line 49 of file media_download_format_internal.h.
Referenced by internal_validate_format_request(), and priv_media_download_format_rabook().
| uint32_t media_download_format_workspace_t::packed_cap |
RBKC capacity.
Definition at line 52 of file media_download_format_internal.h.
Referenced by internal_validate_format_request(), and priv_media_download_format_rabook().