avformat_seek_file 926 ffmpeg_opt.c ret = avformat_seek_file(ic, -1, INT64_MIN, timestamp, timestamp, 0); avformat_seek_file 2957 ffplay.c ret = avformat_seek_file(ic, -1, INT64_MIN, timestamp, INT64_MAX, 0); avformat_seek_file 3065 ffplay.c ret = avformat_seek_file(is->ic, -1, seek_min, seek_target, seek_max, is->seek_flags); avformat_seek_file 1945 ffprobe.c if ((ret = avformat_seek_file(fmt_ctx, -1, -INT64_MAX, target, INT64_MAX, 0)) < 0) { avformat_seek_file 2137 libavformat/avformat.h int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); avformat_seek_file 1728 libavformat/avidec.c if (avformat_seek_file(ast2->sub_ctx, 0, INT64_MIN, ts2, ts2, 0) >= 0 || avformat_seek_file 1729 libavformat/avidec.c avformat_seek_file(ast2->sub_ctx, 0, ts2, ts2, INT64_MAX, 0) >= 0) avformat_seek_file 559 libavformat/concatdec.c return avformat_seek_file(cat->avf, stream, min_ts, ts, max_ts, flags); avformat_seek_file 112 libavformat/seek-test.c if(firstback) avformat_seek_file(ic, -1, INT64_MIN, seekfirst, seekfirst, 0); avformat_seek_file 113 libavformat/seek-test.c else avformat_seek_file(ic, -1, seekfirst, seekfirst, INT64_MAX, 0); avformat_seek_file 145 libavformat/seek-test.c if(i&1) ret = avformat_seek_file(ic, stream_id, INT64_MIN, timestamp, timestamp, 0); avformat_seek_file 146 libavformat/seek-test.c else ret = avformat_seek_file(ic, stream_id, timestamp, timestamp, INT64_MAX, 0); avformat_seek_file 2139 libavformat/utils.c return avformat_seek_file(s, stream_index, min_ts, timestamp, max_ts, avformat_seek_file 94 tools/seek_print.c ret = avformat_seek_file(avf, stream, min_ts, ts, max_ts, flags);