Lines Matching refs:read_timestamp
2137 … int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_read_timestamp()
2139 int64_t ts = read_timestamp(s, stream_index, ppos, pos_limit); in ff_read_timestamp()
2199 ts_min, ts_max, flags, &ts, avif->read_timestamp); in ff_seek_frame_binary()
2214 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_find_last_ts()
2224 &pos_max, limit, read_timestamp); in ff_find_last_ts()
2233 &tmp_pos, INT64_MAX, read_timestamp); in ff_find_last_ts()
2255 int64_t (*read_timestamp)(struct AVFormatContext *, int, in ff_gen_search()
2267 ts_min = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp); in ff_gen_search()
2278 if ((ret = ff_find_last_ts(s, stream_index, &ts_max, &pos_max, read_timestamp)) < 0) in ff_gen_search()
2318 ts = ff_read_timestamp(s, stream_index, &pos, INT64_MAX, read_timestamp); in ff_gen_search()
2347 ts_min = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp); in ff_gen_search()
2349 ts_max = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp); in ff_gen_search()
2514 if (s->iformat->read_timestamp &&
2584 if (s->iformat->read_timestamp) {