Searched refs:jd_mcu_output (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.h | 98 JRESULT jd_mcu_output(JDEC * jd, int (*outfunc)(JDEC *, void *, JRECT *), unsigned int x, unsigned …
|
D | lv_tjpgd.c | 272 rc = jd_mcu_output(jd, NULL, decoded_area->x1, decoded_area->y1); in decoder_get_area()
|
D | tjpgd.c | 827 JRESULT jd_mcu_output( in jd_mcu_output() function 1132 … rc = jd_mcu_output(jd, outfunc, x, y); /* Output the MCU (YCbCr to RGB, scaling and output) */ in jd_decomp()
|