|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned handle binding one image codec and its context. More...
#include <ra8_camera.h>
Data Fields | |
| const ra8_camera_codec_iface_t * | iface |
| Bound codec vtable (private). | |
| void * | ctx |
| Caller-owned backend context. | |
Caller-owned handle binding one image codec and its context.
Zero-initialise, then pass to a codec backend's _init() helper. Treat both fields as private and dispatch only through this facade.
Definition at line 145 of file ra8_camera.h.
| void* ra8_camera_codec_t::ctx |
Caller-owned backend context.
Definition at line 147 of file ra8_camera.h.
Referenced by ra8_camera_codec_encode(), ra8_camera_codec_jpeg_sw_init(), and ra8_camera_codec_passthrough_init().
| const ra8_camera_codec_iface_t* ra8_camera_codec_t::iface |
Bound codec vtable (private).
Definition at line 146 of file ra8_camera.h.
Referenced by ra8_camera_codec_encode(), ra8_camera_codec_jpeg_sw_init(), and ra8_camera_codec_passthrough_init().