Searched refs:AVSEEK_FLAG_ANY (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/tests/api/ |
D | api-seek-test.c | 93 result = av_seek_frame(fmt_ctx, video_stream, ts_start, AVSEEK_FLAG_ANY); in compute_crc_of_packets()
|
/third_party/ffmpeg/libavformat/ |
D | ifv.c | 291 int index = av_index_search_timestamp(s->streams[i], ts, AVSEEK_FLAG_ANY); in ifv_read_seek()
|
D | avidec.c | 1408 AVSEEK_FLAG_ANY | in ni_prepare_read() 1411 i = av_index_search_timestamp(best_st, best_ts, AVSEEK_FLAG_ANY); in ni_prepare_read() 1522 index = av_index_search_timestamp(st, ast->frame_offset, AVSEEK_FLAG_ANY); in avi_read_packet() 1905 … (st2->codecpar->codec_type != AVMEDIA_TYPE_VIDEO ? AVSEEK_FLAG_ANY : 0)); in avi_read_seek() 1921 … | AVSEEK_FLAG_BACKWARD | (st2->codecpar->codec_type != AVMEDIA_TYPE_VIDEO ? AVSEEK_FLAG_ANY : 0)); in avi_read_seek()
|
D | bink.c | 251 AVSEEK_FLAG_ANY); in read_packet()
|
D | mlvdec.c | 412 index = av_index_search_timestamp(st, mlv->pts, AVSEEK_FLAG_ANY); in read_packet()
|
D | avformat.h | 2419 #define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non-keyframes macro
|
D | gxf.c | 575 AVSEEK_FLAG_ANY | AVSEEK_FLAG_BACKWARD); in gxf_seek()
|
D | hls.c | 2092 pls->seek_flags = AVSEEK_FLAG_ANY; in recheck_discard_flags() 2200 if (ts_diff >= 0 && (pls->seek_flags & AVSEEK_FLAG_ANY || in hls_read_packet() 2360 pls->seek_flags |= AVSEEK_FLAG_ANY; in hls_read_seek()
|
D | oggdec.c | 951 && !(flags & AVSEEK_FLAG_ANY)) in ogg_read_seek()
|
D | utils.c | 1985 timestamp, AVSEEK_FLAG_ANY); in ff_add_index_entry() 2055 if (!(flags & AVSEEK_FLAG_ANY)) in ff_index_search_timestamp() 2557 flags |= AVSEEK_FLAG_ANY;
|
D | mxfdec.c | 3851 if (!(flags & AVSEEK_FLAG_ANY) && in mxf_read_seek()
|
D | mov.c | 3241 if ((flag & AVSEEK_FLAG_ANY) || in find_prev_closest_index() 3610 …_closest_index(st, e_old, nb_old, ctts_data_old, ctts_count_old, search_timestamp, AVSEEK_FLAG_ANY, in mov_fix_index()
|
D | matroskadec.c | 3883 if (flags & AVSEEK_FLAG_ANY) { in matroska_read_seek()
|