Searched refs:JDEC (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | tjpgd.h | 64 typedef struct JDEC JDEC; typedef 65 struct JDEC { struct 84 UINT (*infunc)(JDEC *, BYTE *, UINT); /* Pointer to jpeg stream input function */ argument 91 JRESULT jd_prepare (JDEC *, UINT(*)(JDEC *, BYTE *, UINT), void *, UINT, void *); argument 92 JRESULT jd_decomp (JDEC *, UINT(*)(JDEC *, void *, JRECT *), BYTE);
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | tjpgd.h | 69 typedef struct JDEC JDEC; typedef 70 struct JDEC { struct 89 UINT (*infunc)(JDEC *, BYTE *, UINT); /* Pointer to jpeg stream input function */ argument 96 JRESULT jd_prepare (JDEC *, UINT(*)(JDEC *, BYTE *, UINT), void *, UINT, void *); argument 97 JRESULT jd_decomp (JDEC *, UINT(*)(JDEC *, void *, JRECT *), BYTE);
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | tjpgd.h | 64 typedef struct JDEC JDEC; typedef 65 struct JDEC { struct 84 UINT (*infunc)(JDEC *, BYTE *, UINT); /* Pointer to jpeg stream input function */ argument 89 JRESULT jd_prepare (JDEC *, UINT(*)(JDEC *, BYTE *, UINT), void *, UINT, void *); argument 90 JRESULT jd_decomp (JDEC *, UINT(*)(JDEC *, void *, JRECT *), BYTE);
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | tjpgd.h | 64 typedef struct JDEC JDEC; typedef 65 struct JDEC { struct 84 UINT (*infunc)(JDEC*, BYTE*, UINT);/* Pointer to jpeg stream input function */ argument 91 JRESULT jd_prepare (JDEC*, UINT(*)(JDEC*,BYTE*,UINT), void*, UINT, void*); argument 92 JRESULT jd_decomp (JDEC*, UINT(*)(JDEC*,void*,JRECT*), BYTE);
|