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

Caller-owned private state for the software JPEG backend. More...

#include <ra8_camera_codec_jpeg_sw.h>

Collaboration diagram for ra8_camera_codec_jpeg_sw_state_t:

Data Fields

ra8_camera_codec_jpeg_sw_cfg_t cfg
 Validated configuration (private).

Detailed Description

Caller-owned private state for the software JPEG backend.

Populated by init from the caller's configuration. The workspace remains caller-owned and must out-live this state.

Invariant
cfg passed validation during successful init.
Since
0.1.0

Definition at line 60 of file ra8_camera_codec_jpeg_sw.h.

Field Documentation

◆ cfg

ra8_camera_codec_jpeg_sw_cfg_t ra8_camera_codec_jpeg_sw_state_t::cfg

Validated configuration (private).

Definition at line 61 of file ra8_camera_codec_jpeg_sw.h.

Referenced by internal_jpeg_sw_encode(), internal_jpeg_sw_prepare_rgb(), and ra8_camera_codec_jpeg_sw_init().


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