Searched refs:JDEC (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/extra/libs/sjpg/ |
D | tjpgd.h | 47 typedef struct JDEC JDEC; typedef 48 struct JDEC { struct 77 size_t (*infunc)(JDEC*, uint8_t*, size_t); /* Pointer to jpeg stream input function */ argument 84 JRESULT jd_prepare (JDEC* jd, size_t (*infunc)(JDEC*,uint8_t*,size_t), void* pool, size_t sz_pool, … argument 85 JRESULT jd_decomp (JDEC* jd, int (*outfunc)(JDEC*,void*,JRECT*), uint8_t scale);
|
D | lv_sjpg.c | 100 JDEC * tjpeg_jd; 112 static size_t input_func(JDEC * jd, uint8_t * buff, size_t ndata); 191 JDEC jd_tmp; in decoder_info() 264 JDEC jd_tmp; in decoder_info() 282 static int img_data_cb(JDEC * jd, void * data, JRECT * rect) in img_data_cb() 301 static size_t input_func(JDEC * jd, uint8_t * buff, size_t ndata) in input_func() 413 sjpeg->tjpeg_jd = lv_mem_alloc(sizeof(JDEC)); in decoder_open() 438 JDEC jd_tmp; in decoder_open() 476 sjpeg->tjpeg_jd = lv_mem_alloc(sizeof(JDEC)); in decoder_open() 592 sjpeg->tjpeg_jd = lv_mem_alloc(sizeof(JDEC)); in decoder_open() [all …]
|
D | tjpgd.c | 133 JDEC* jd, /* Pointer to the decompressor object */ in alloc_pool() 159 JDEC* jd, /* Pointer to the decompressor object */ in create_qt_tbl() 195 JDEC* jd, /* Pointer to the decompressor object */ in create_huffman_tbl() 283 JDEC* jd, /* Pointer to the decompressor object */ in huffext() 424 JDEC* jd, /* Pointer to the decompressor object */ in bitext() 509 JDEC* jd, /* Pointer to the decompressor object */ in restart() 703 JDEC* jd /* Pointer to the decompressor object */ in mcu_load() 789 JDEC* jd, /* Pointer to the decompressor object */ in mcu_output() 790 int (*outfunc)(JDEC*, void*, JRECT*), /* RGB output function */ in mcu_output() argument 963 JDEC* jd, /* Blank decompressor object */ in jd_prepare() [all …]
|