Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhls.c160 int seek_flags; member
2222 pls->seek_flags = AVSEEK_FLAG_ANY; in recheck_discard_flags()
2339 if (ts_diff >= 0 && (pls->seek_flags & AVSEEK_FLAG_ANY || in hls_read_packet()
2497 pls->seek_flags = flags; in hls_read_seek()
2506 pls->seek_flags |= AVSEEK_FLAG_ANY; in hls_read_seek()
/third_party/ffmpeg/fftools/
H A Dffplay.c212 int seek_flags; member
1466 is->seek_flags &= ~AVSEEK_FLAG_BYTE; in stream_seek()
1468 is->seek_flags |= AVSEEK_FLAG_BYTE; in stream_seek()
2951 ret = avformat_seek_file(is->ic, -1, seek_min, seek_target, seek_max, is->seek_flags); in read_thread()
2962 if (is->seek_flags & AVSEEK_FLAG_BYTE) { in read_thread()

Completed in 12 milliseconds