Searched refs:JDEC (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.h | 52 typedef struct JDEC JDEC; typedef 53 struct JDEC { struct 85 size_t (*infunc)(JDEC *, uint8_t *, size_t); /* Pointer to jpeg stream input function */ argument 92 JRESULT jd_prepare(JDEC * jd, size_t (*infunc)(JDEC *, uint8_t *, size_t), void * pool, size_t sz_p… argument 94 JRESULT jd_decomp(JDEC * jd, int (*outfunc)(JDEC *, void *, JRECT *), uint8_t scale); 96 JRESULT jd_mcu_load(JDEC * jd); 98 JRESULT jd_mcu_output(JDEC * jd, int (*outfunc)(JDEC *, void *, JRECT *), unsigned int x, unsigned … 100 JRESULT jd_restart(JDEC * jd, uint16_t rstn);
|
D | lv_tjpgd.c | 40 static size_t input_func(JDEC * jd, uint8_t * buff, size_t ndata); 111 JDEC jd; in decoder_info() 128 static size_t input_func(JDEC * jd, uint8_t * buff, size_t ndata) in input_func() 188 JDEC * jd = lv_malloc(sizeof(JDEC)); in decoder_open() 213 JDEC * jd = dsc->user_data; in decoder_get_area() 286 JDEC * jd = dsc->user_data; in decoder_close()
|
D | tjpgd.c | 134 JDEC * jd, /* Pointer to the decompressor object */ in alloc_pool() 160 JDEC * jd, /* Pointer to the decompressor object */ in create_qt_tbl() 196 JDEC * jd, /* Pointer to the decompressor object */ in create_huffman_tbl() 287 JDEC * jd, /* Pointer to the decompressor object */ in huffext() 440 JDEC * jd, /* Pointer to the decompressor object */ in bitext() 536 JDEC * jd, /* Pointer to the decompressor object */ in jd_restart() 737 JDEC * jd /* Pointer to the decompressor object */ in jd_mcu_load() 828 JDEC * jd, /* Pointer to the decompressor object */ in jd_mcu_output() 829 int (*outfunc)(JDEC *, void *, JRECT *), /* RGB output function */ in jd_mcu_output() argument 942 JDEC * jd, /* Blank decompressor object */ in jd_prepare() [all …]
|