Searched refs:AVFMT_FLAG_FAST_SEEK (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | flacdec.c | 158 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 D | mp3dec.c | 135 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 D | options_table.h | 51 {"fastseek", "fast but inaccurate seeks", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_FAST_SEEK }, INT_MIN, INT_MAX, D, "fflags"},
|
H A D | avformat.h | 1378 #define AVFMT_FLAG_FAST_SEEK 0x80000 ///< Enable fast, but inaccurate seeks for some formats macro
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | seek.c | 82 ic->flags |= AVFMT_FLAG_FAST_SEEK; in main()
|
Completed in 7 milliseconds