Searched refs:avformat_seek_file (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/tests/ |
D | seek.c | 116 if(firstback) avformat_seek_file(ic, -1, INT64_MIN, seekfirst, seekfirst, 0); in main() 117 else avformat_seek_file(ic, -1, seekfirst, seekfirst, INT64_MAX, 0); in main() 149 if(i&1) ret = avformat_seek_file(ic, stream_id, INT64_MIN, timestamp, timestamp, 0); in main() 150 else ret = avformat_seek_file(ic, stream_id, timestamp, timestamp, INT64_MAX, 0); in main()
|
/third_party/ffmpeg/tools/ |
D | seek_print.c | 93 ret = avformat_seek_file(avf, stream, min_ts, ts, max_ts, flags); in main()
|
/third_party/ffmpeg/libavformat/ |
D | concatdec.c | 370 if ((ret = avformat_seek_file(cat->avf, -1, INT64_MIN, file->inpoint, file->inpoint, 0)) < 0) in open_file() 677 return avformat_seek_file(cat->avf, stream, min_ts, ts, max_ts, flags); in try_seek()
|
D | avformat.h | 2375 int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t ma…
|
D | avidec.c | 1817 if (avformat_seek_file(ast2->sub_ctx, 0, INT64_MIN, ts2, ts2, 0) >= 0 || in seek_subtitle() 1818 avformat_seek_file(ast2->sub_ctx, 0, ts2, ts2, INT64_MAX, 0) >= 0) in seek_subtitle()
|
D | utils.c | 2536 return avformat_seek_file(s, stream_index, min_ts, timestamp, max_ts, 2548 int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, function
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 2854 ret = avformat_seek_file(ic, -1, INT64_MIN, timestamp, INT64_MAX, 0); in read_thread() 2962 ret = avformat_seek_file(is->ic, -1, seek_min, seek_target, seek_max, is->seek_flags); in read_thread()
|
D | ffprobe.c | 2482 if ((ret = avformat_seek_file(fmt_ctx, -1, -INT64_MAX, target, INT64_MAX, 0)) < 0) { in read_interval_packets()
|
D | ffmpeg_opt.c | 1252 ret = avformat_seek_file(ic, -1, INT64_MIN, seek_timestamp, seek_timestamp, 0); in open_input_file()
|
D | ffmpeg.c | 4279 ret = avformat_seek_file(is, -1, INT64_MIN, is->start_time, is->start_time, 0); in seek_to_start()
|