|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned private state for the software JPEG backend. More...
#include <ra8_camera_codec_jpeg_sw.h>
Data Fields | |
| ra8_camera_codec_jpeg_sw_cfg_t | cfg |
| Validated configuration (private). | |
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.
Definition at line 60 of file ra8_camera_codec_jpeg_sw.h.
| 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().