Home
last modified time | relevance | path

Searched refs:AVSEEK_FLAG_ANY (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-seek-test.c93 result = av_seek_frame(fmt_ctx, video_stream, ts_start, AVSEEK_FLAG_ANY); in compute_crc_of_packets()
/third_party/ffmpeg/libavformat/
Difv.c291 int index = av_index_search_timestamp(s->streams[i], ts, AVSEEK_FLAG_ANY); in ifv_read_seek()
Davidec.c1408 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()
Dbink.c251 AVSEEK_FLAG_ANY); in read_packet()
Dmlvdec.c412 index = av_index_search_timestamp(st, mlv->pts, AVSEEK_FLAG_ANY); in read_packet()
Davformat.h2419 #define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non-keyframes macro
Dgxf.c575 AVSEEK_FLAG_ANY | AVSEEK_FLAG_BACKWARD); in gxf_seek()
Dhls.c2092 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()
Doggdec.c951 && !(flags & AVSEEK_FLAG_ANY)) in ogg_read_seek()
Dutils.c1985 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;
Dmxfdec.c3851 if (!(flags & AVSEEK_FLAG_ANY) && in mxf_read_seek()
Dmov.c3241 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()
Dmatroskadec.c3883 if (flags & AVSEEK_FLAG_ANY) { in matroska_read_seek()