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

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.

Detailed Description

Caller-owned arenas supplied to the streaming JOF converter.

Definition at line 85 of file ra8_fmt_stream.h.

Field Documentation

◆ webp_work

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

◆ webp_work_cap

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

◆ work_cap

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


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