Home
last modified time | relevance | path

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

/dports/emulators/jzintv/jzintv-20200712-src/src/mvi/
H A Dmvi.c611 size_t tot_rd; in mvi_rd_frame() local
626 tot_rd = fread(enc_buf, 1, 8, movie->f); in mvi_rd_frame()
627 if (tot_rd < 8) in mvi_rd_frame()
634 if (tot_rd == 8 && in mvi_rd_frame()
694 tot_rd += fread(enc_buf, 1, fr_len - 8, movie->f); in mvi_rd_frame()
698 if (tot_rd != fr_len) in mvi_rd_frame()
703 movie->fr, (int)tot_rd, fr_len, movie->last_fr); in mvi_rd_frame()