Lines Matching refs:rn
222 uint32_t rn; in decoder_info() local
223 res = lv_fs_read(&file, buff, 8, &rn); in decoder_info()
224 if(res != LV_FS_RES_OK || rn != 8) { in decoder_info()
231 res = lv_fs_read(&file, buff, 4, &rn); in decoder_info()
232 if(res != LV_FS_RES_OK || rn != 4) { in decoder_info()
323 uint32_t rn = 0; in input_func() local
324 lv_fs_read(lv_file_p, buff, (uint32_t)ndata, &rn); in input_func()
325 return rn; in input_func()
515 uint32_t rn; in decoder_open() local
516 res = lv_fs_read(&lv_file, buff, 22, &rn); in decoder_open()
517 if(res != LV_FS_RES_OK || rn != 22) { in decoder_open()
564 res = lv_fs_read(&lv_file, buff, 2, &rn); in decoder_open()
565 if(res != LV_FS_RES_OK || rn != 2) { in decoder_open()