Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tjpgd/
Dlv_tjpgd.c40 static size_t input_func(JDEC * jd, uint8_t * buff, size_t ndata);
112 JRESULT rc = jd_prepare(&jd, input_func, workb, TJPGD_WORKBUFF_SIZE, &dsc->file); in decoder_info()
128 static size_t input_func(JDEC * jd, uint8_t * buff, size_t ndata) in input_func() function
190 JRESULT rc = jd_prepare(jd, input_func, workb_temp, (size_t)TJPGD_WORKBUFF_SIZE, f); in decoder_open()
234 …JRESULT rc = jd_prepare(jd, input_func, jd->pool_original, (size_t)TJPGD_WORKBUFF_SIZE, jd->device… in decoder_get_area()