Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dtjpgd.h22 typedef unsigned int UINT; typedef
66 UINT dctr; /* Number of bytes available in the input buffer */
75 UINT width, height; /* Size of the input image (pixel) */
83 UINT sz_pool; /* Size of momory pool (bytes available) */
84 UINT (*infunc)(JDEC *, BYTE *, UINT); /* Pointer to jpeg stream input function */
91 JRESULT jd_prepare (JDEC *, UINT(*)(JDEC *, BYTE *, UINT), void *, UINT, void *);
92 JRESULT jd_decomp (JDEC *, UINT(*)(JDEC *, void *, JRECT *), BYTE);
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dtjpgd.h27 typedef unsigned int UINT; typedef
71 UINT dctr; /* Number of bytes available in the input buffer */
80 UINT width, height; /* Size of the input image (pixel) */
88 UINT sz_pool; /* Size of momory pool (bytes available) */
89 UINT (*infunc)(JDEC *, BYTE *, UINT); /* Pointer to jpeg stream input function */
96 JRESULT jd_prepare (JDEC *, UINT(*)(JDEC *, BYTE *, UINT), void *, UINT, void *);
97 JRESULT jd_decomp (JDEC *, UINT(*)(JDEC *, void *, JRECT *), BYTE);
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h22 typedef unsigned int UINT; typedef
66 UINT dctr; /* Number of bytes available in the input buffer */
75 UINT width, height; /* Size of the input image (pixel) */
83 UINT sz_pool; /* Size of momory pool (bytes available) */
84 UINT (*infunc)(JDEC *, BYTE *, UINT); /* Pointer to jpeg stream input function */
89 JRESULT jd_prepare (JDEC *, UINT(*)(JDEC *, BYTE *, UINT), void *, UINT, void *);
90 JRESULT jd_decomp (JDEC *, UINT(*)(JDEC *, void *, JRECT *), BYTE);
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dtjpgd.h22 typedef unsigned int UINT; typedef
66 UINT dctr; /* Number of bytes available in the input buffer */
75 UINT width, height; /* Size of the input image (pixel) */
83 UINT sz_pool; /* Size of momory pool (bytes available) */
84 UINT (*infunc)(JDEC*, BYTE*, UINT);/* Pointer to jpeg stream input function */
91 JRESULT jd_prepare (JDEC*, UINT(*)(JDEC*,BYTE*,UINT), void*, UINT, void*);
92 JRESULT jd_decomp (JDEC*, UINT(*)(JDEC*,void*,JRECT*), BYTE);