Home
last modified time | relevance | path

Searched refs:AVFMT_FLAG_FAST_SEEK (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dflacdec.c158 if ((s->flags&AVFMT_FLAG_FAST_SEEK)) { in flac_read_header()
318 if (!flac->found_seektable || !(s->flags&AVFMT_FLAG_FAST_SEEK)) { in flac_seek()
H A Dmp3dec.c135 int fast_seek = s->flags & AVFMT_FLAG_FAST_SEEK; in read_xing_toc()
558 int fast_seek = s->flags & AVFMT_FLAG_FAST_SEEK; in mp3_seek()
H A Doptions_table.h51 {"fastseek", "fast but inaccurate seeks", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_FAST_SEEK }, INT_MIN, INT_MAX, D, "fflags"},
H A Davformat.h1378 #define AVFMT_FLAG_FAST_SEEK 0x80000 ///< Enable fast, but inaccurate seeks for some formats macro
/third_party/ffmpeg/libavformat/tests/
H A Dseek.c82 ic->flags |= AVFMT_FLAG_FAST_SEEK; in main()

Completed in 7 milliseconds