Searched defs:JDEC (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.7.0/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
|
/hal_espressif-3.7.0/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
|
/hal_espressif-3.7.0/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
|
/hal_espressif-3.7.0/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
|