Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/libs/sjpg/
Dlv_sjpg.c320 lv_fs_file_t * lv_file_p = &(io->lv_file); in input_func() local
324 lv_fs_read(lv_file_p, buff, (uint32_t)ndata, &rn); in input_func()
329 lv_fs_tell(lv_file_p, &pos); in input_func()
330 lv_fs_seek(lv_file_p, (uint32_t)(ndata + pos), LV_FS_SEEK_SET); in input_func()
798 lv_fs_file_t * lv_file_p = &(sjpeg->io.lv_file); in decoder_read_line() local
799 if(!lv_file_p) goto end; in decoder_read_line()