roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
tjpgd.h File Reference
#include "tjpgdcnf.h"
#include <string.h>
#include <stdint.h>
Include dependency graph for tjpgd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  JRECT
 
struct  JDEC
 

Typedefs

typedef int16_t jd_yuv_t
 
typedef struct JDEC JDEC
 

Enumerations

enum  JRESULT {
  JDR_OK = 0 , JDR_INTR , JDR_INP , JDR_MEM1 ,
  JDR_MEM2 , JDR_PAR , JDR_FMT1 , JDR_FMT2 ,
  JDR_FMT3
}
 

Functions

JRESULT jd_prepare (JDEC *jd, size_t(*infunc)(JDEC *, uint8_t *, size_t), void *pool, size_t sz_pool, void *dev)
 
JRESULT jd_decomp (JDEC *jd, int(*outfunc)(JDEC *, void *, JRECT *), uint8_t scale)
 

Typedef Documentation

◆ jd_yuv_t

typedef int16_t jd_yuv_t

Definition at line 25 of file tjpgd.h.

◆ JDEC

typedef struct JDEC JDEC

Definition at line 57 of file tjpgd.h.

Enumeration Type Documentation

◆ JRESULT

enum JRESULT
Enumerator
JDR_OK 
JDR_INTR 
JDR_INP 
JDR_MEM1 
JDR_MEM2 
JDR_PAR 
JDR_FMT1 
JDR_FMT2 
JDR_FMT3 

Definition at line 32 of file tjpgd.h.

Function Documentation

◆ jd_decomp()

JRESULT jd_decomp ( JDEC jd,
int(*)(JDEC *, void *, JRECT *)  outfunc,
uint8_t  scale 
)

◆ jd_prepare()