Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhq_hqa.c123 int slice, start_off, next_off, i, ret; in hq_decode_frame() local
148 next_off = 0; in hq_decode_frame()
150 start_off = next_off; in hq_decode_frame()
151 next_off = profile->tab_h * (slice + 1) / profile->num_slices; in hq_decode_frame()
164 for (i = 0; i < (next_off - start_off) * profile->tab_w; i++) { in hq_decode_frame()
/third_party/ffmpeg/libavformat/
Drmdec.c432 unsigned int size, n_pkts, str_id, next_off, n, pos, pts; in rm_read_index() local
444 next_off = avio_rb32(pb); in rm_read_index()
476 if (next_off && avio_tell(pb) < next_off && in rm_read_index()
477 avio_seek(pb, next_off, SEEK_SET) < 0) { in rm_read_index()
482 } while (next_off); in rm_read_index()
/third_party/e2fsprogs/lib/blkid/
Dprobe.c585 __u64 next_off, fat_entry_off; in probe_fat() local
589 next_off = (__u64) (start_data_sect + next_sect_off) * in probe_fat()
593 get_buffer(probe, next_off, buf_size); in probe_fat()