AVSEEK_FLAG_ANY 1374 libavformat/avidec.c AVSEEK_FLAG_ANY | AVSEEK_FLAG_ANY 1377 libavformat/avidec.c i = av_index_search_timestamp(best_st, best_ts, AVSEEK_FLAG_ANY); AVSEEK_FLAG_ANY 1487 libavformat/avidec.c index = av_index_search_timestamp(st, ast->frame_offset, AVSEEK_FLAG_ANY); AVSEEK_FLAG_ANY 1866 libavformat/avidec.c (st2->codecpar->codec_type != AVMEDIA_TYPE_VIDEO ? AVSEEK_FLAG_ANY : 0)); AVSEEK_FLAG_ANY 1882 libavformat/avidec.c flags | AVSEEK_FLAG_BACKWARD | (st2->codecpar->codec_type != AVMEDIA_TYPE_VIDEO ? AVSEEK_FLAG_ANY : 0)); AVSEEK_FLAG_ANY 251 libavformat/bink.c AVSEEK_FLAG_ANY); AVSEEK_FLAG_ANY 572 libavformat/gxf.c AVSEEK_FLAG_ANY | AVSEEK_FLAG_BACKWARD); AVSEEK_FLAG_ANY 2069 libavformat/hls.c pls->seek_flags = AVSEEK_FLAG_ANY; AVSEEK_FLAG_ANY 2178 libavformat/hls.c if (ts_diff >= 0 && (pls->seek_flags & AVSEEK_FLAG_ANY || AVSEEK_FLAG_ANY 2338 libavformat/hls.c pls->seek_flags |= AVSEEK_FLAG_ANY; AVSEEK_FLAG_ANY 283 libavformat/ifv.c int index = av_index_search_timestamp(s->streams[i], ts, AVSEEK_FLAG_ANY); AVSEEK_FLAG_ANY 3799 libavformat/matroskadec.c if (flags & AVSEEK_FLAG_ANY) { AVSEEK_FLAG_ANY 407 libavformat/mlvdec.c index = av_index_search_timestamp(st, mlv->pts, AVSEEK_FLAG_ANY); AVSEEK_FLAG_ANY 3221 libavformat/mov.c if ((flag & AVSEEK_FLAG_ANY) || AVSEEK_FLAG_ANY 3589 libavformat/mov.c if (find_prev_closest_index(st, e_old, nb_old, ctts_data_old, ctts_count_old, search_timestamp, AVSEEK_FLAG_ANY, AVSEEK_FLAG_ANY 3673 libavformat/mxfdec.c if (!(flags & AVSEEK_FLAG_ANY) && AVSEEK_FLAG_ANY 951 libavformat/oggdec.c && !(flags & AVSEEK_FLAG_ANY)) AVSEEK_FLAG_ANY 2017 libavformat/utils.c timestamp, AVSEEK_FLAG_ANY); AVSEEK_FLAG_ANY 2087 libavformat/utils.c if (!(flags & AVSEEK_FLAG_ANY)) AVSEEK_FLAG_ANY 2552 libavformat/utils.c flags |= AVSEEK_FLAG_ANY; AVSEEK_FLAG_ANY 95 tests/api/api-seek-test.c result = av_seek_frame(fmt_ctx, video_stream, ts_start, AVSEEK_FLAG_ANY);