Home
last modified time | relevance | path

Searched refs:read_ahead_limit (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dcache.c66 int read_ahead_limit; member
264 if ( (whence == SEEK_SET && c->read_ahead_limit >= pos - c->logical_pos) in cache_seek()
265 || c->read_ahead_limit < 0) { in cache_seek()
324 { "read_ahead_limit", "Amount in bytes that may be read ahead when seeking isn't supported, -1 for unlimited", OFFSET(read_ahead_limit), AV_OPT_TYPE_INT, { .i64 = 65536 }, -1, INT_MAX, D },
/third_party/ffmpeg/tests/fate/
H A Dseek.mak196 fate-seek-cache-pipe: CMD = cat $(SAMPLES)/gapless/gapless.mp3 | run libavformat/tests/seek$(EXESUF) cache:pipe:0 -read_ahead_limit -1

Completed in 2 milliseconds