![]() |
Synergy Software Package User's Manual
|
#include <r_jpeg_decode.h>
Data Fields | |
| jpeg_decode_status_t | status |
| JPEG Codec module status. | |
| ssp_err_t | error_code |
| JPEG Codec error code (if any). | |
| void(* | p_callback )(jpeg_decode_callback_args_t *p_args) |
| User-supplied callback functions. | |
| void const * | p_extend |
| JPEG Codec hardware dependent configuration */. | |
| void const * | p_context |
| Placeholder for user data. Passed to user callback in jpeg_decode_callback_args_t. | |
| R_JPEG_Type * | p_reg |
| Pointer to register base address. | |
| jpeg_decode_pixel_format_t | pixel_format |
| Pixel format. | |
| uint32_t | horizontal_stride |
| Horizontal Stride settings. | |
| uint32_t | outbuffer_size |
| out buffer size | |
| uint16_t | total_lines_decoded |
| Track the number of lines decoded so far. | |
| jpeg_decode_subsample_t | horizontal_subsample |
| Horizontal sub-sample setting. | |
JPEG Codec module control block. DO NOT INITIALIZE. Initialization occurs when jpep_api_t::open is called.