Searched refs:fast_seek (Results 1 – 1 of 1) sorted by relevance
135 int fast_seek = s->flags & AVFMT_FLAG_FAST_SEEK; in read_xing_toc() local136 int fill_index = (mp3->usetoc || fast_seek) && duration > 0; in read_xing_toc()558 int fast_seek = s->flags & AVFMT_FLAG_FAST_SEEK; in mp3_seek() local567 if (mp3->xing_toc && (mp3->usetoc || (fast_seek && !mp3->is_cbr))) { in mp3_seek()578 } else if (fast_seek && st->duration > 0 && filesize > 0) { in mp3_seek()