Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dflacdec.c159 if ((s->flags&AVFMT_FLAG_FAST_SEEK)) { in flac_read_header()
316 if (!flac->found_seektable || !(s->flags&AVFMT_FLAG_FAST_SEEK)) { in flac_seek()
Dmp3dec.c136 int fast_seek = s->flags & AVFMT_FLAG_FAST_SEEK; in read_xing_toc()
551 int fast_seek = s->flags & AVFMT_FLAG_FAST_SEEK; in mp3_seek()
Doptions_table.h54 {"fastseek", "fast but inaccurate seeks", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_FAST_SEEK }, INT…
Davformat.h1393 #define AVFMT_FLAG_FAST_SEEK 0x80000 ///< Enable fast, but inaccurate seeks for some formats macro
/third_party/ffmpeg/libavformat/tests/
Dseek.c82 ic->flags |= AVFMT_FLAG_FAST_SEEK; in main()
/third_party/ffmpeg/doc/
DAPIchanges1046 Add AVFMT_FLAG_FAST_SEEK flag. Some formats (initially mp3) use it to enable