Searched refs:ts_max (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | utils.c | 2150 int64_t ts_min, ts_max, ts; in ff_seek_frame_binary() local 2160 ts_max = in ff_seek_frame_binary() 2191 ts_max = e->timestamp; in ff_seek_frame_binary() 2194 " dts_max=%s\n", pos_max, pos_limit, av_ts2str(ts_max)); in ff_seek_frame_binary() 2199 ts_min, ts_max, flags, &ts, avif->read_timestamp); in ff_seek_frame_binary() 2217 int64_t limit, ts_max; in ff_find_last_ts() local 2223 ts_max = ff_read_timestamp(s, stream_index, in ff_find_last_ts() 2226 } while (ts_max == AV_NOPTS_VALUE && 2*limit > step); in ff_find_last_ts() 2227 if (ts_max == AV_NOPTS_VALUE) in ff_find_last_ts() 2237 ts_max = tmp_ts; in ff_find_last_ts() [all …]
|
D | internal.h | 606 int64_t ts_min, int64_t ts_max,
|