Home
last modified time | relevance | path

Searched refs:jd_mcu_output (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/tjpgd/
Dtjpgd.h98 JRESULT jd_mcu_output(JDEC * jd, int (*outfunc)(JDEC *, void *, JRECT *), unsigned int x, unsigned …
Dlv_tjpgd.c272 rc = jd_mcu_output(jd, NULL, decoded_area->x1, decoded_area->y1); in decoder_get_area()
Dtjpgd.c827 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()