Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/extra/libs/sjpg/
Dtjpgd.h36 } JRESULT; typedef
84 JRESULT jd_prepare (JDEC* jd, size_t (*infunc)(JDEC*,uint8_t*,size_t), void* pool, size_t sz_pool, …
85 JRESULT jd_decomp (JDEC* jd, int (*outfunc)(JDEC*,void*,JRECT*), uint8_t scale);
Dtjpgd.c158 static JRESULT create_qt_tbl ( /* 0:OK, !0:Failed */ in create_qt_tbl()
194 static JRESULT create_huffman_tbl ( /* 0:OK, !0:Failed */ in create_huffman_tbl()
508 static JRESULT restart ( in restart()
702 static JRESULT mcu_load ( in mcu_load()
727 if (d < 0) return (JRESULT)(0 - d); /* Err: invalid code or input */ in mcu_load()
732 if (e < 0) return (JRESULT)(0 - e); /* Err: input */ in mcu_load()
747 if (d < 0) return (JRESULT)(0 - d); /* Err: invalid code or input error */ in mcu_load()
753 if (d < 0) return (JRESULT)(0 - d); /* Err: input device */ in mcu_load()
788 static JRESULT mcu_output ( in mcu_output()
962 JRESULT jd_prepare ( in jd_prepare()
[all …]
Dlv_sjpg.c194JRESULT rc = jd_prepare(&jd_tmp, input_func, workb_temp, (size_t)TJPGD_WORKBUFF_SIZE, &io_source_t… in decoder_info()
267JRESULT rc = jd_prepare(&jd_tmp, input_func, workb_temp, (size_t)TJPGD_WORKBUFF_SIZE, &io_source_t… in decoder_info()
440JRESULT rc = jd_prepare(&jd_tmp, input_func, workb_temp, (size_t)TJPGD_WORKBUFF_SIZE, &io_source_t… in decoder_open()
646JRESULT rc = jd_prepare(&jd_tmp, input_func, workb_temp, (size_t)TJPGD_WORKBUFF_SIZE, &io_source_t… in decoder_open()
727 JRESULT rc; in decoder_read_line()
796 JRESULT rc; in decoder_read_line()