Synergy Software Package User's Manual

RTOS-integrated JPEG Decode Framework Interface. More...

Data Structures

struct  sf_jpeg_decode_cfg_t
 
struct  sf_jpeg_decode_api_t
 
struct  sf_jpeg_decode_instance_t
 

Macros

#define SF_JPEG_DECODE_API_VERSION_MAJOR   (2U)
 

Typedefs

typedef void sf_jpeg_decode_ctrl_t
 

Detailed Description

RTOS-integrated JPEG Decode Framework Interface.

Summary

This is a ThreadX aware generic JPEG decoding framework for run-time JPEG decode applications. It can be implemented by either hardware or software. For Synergy parts, the interface is implemented by the on-chip JPEG decoding engine. The connection to the HAL layer is established by passing in a driver structure in SF_JPEG_Decode_Open.

Related SSP architecture topics:

Framework JPEG Decode Interface description: JPEG Decode Framework

Macro Definition Documentation

◆ SF_JPEG_DECODE_API_VERSION_MAJOR

#define SF_JPEG_DECODE_API_VERSION_MAJOR   (2U)

Version of the API defined in this file

Typedef Documentation

◆ sf_jpeg_decode_ctrl_t

typedef void sf_jpeg_decode_ctrl_t

JPEG decode framework control block. Allocate an instance specific control block to pass into the JPEG decode framework API calls.

Implemented as