|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned arenas supplied to the streaming JOF converter. More...
#include <ra8_fmt_stream.h>
Data Fields | |
| uint32_t | work_cap |
Bytes available at work. | |
| uint8_t * | webp_work |
| Optional WebP decode arena. | |
| uint32_t | webp_work_cap |
Bytes at webp_work. | |
Caller-owned arenas supplied to the streaming JOF converter.
Definition at line 85 of file ra8_fmt_stream.h.
| uint8_t* ra8_fmt_jof_convert_workspace_t::webp_work |
Optional WebP decode arena.
Definition at line 88 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_convert_stream().
| uint32_t ra8_fmt_jof_convert_workspace_t::webp_work_cap |
Bytes at webp_work.
Definition at line 89 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_convert_stream().
| uint32_t ra8_fmt_jof_convert_workspace_t::work_cap |
Bytes available at work.
Definition at line 87 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_convert_stream().