Searched refs:ts_min (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | utils.c | 2150 int64_t ts_min, ts_max, ts; in ff_seek_frame_binary() local 2161 ts_min = AV_NOPTS_VALUE; in ff_seek_frame_binary() 2177 ts_min = e->timestamp; in ff_seek_frame_binary() 2179 pos_min, av_ts2str(ts_min)); in ff_seek_frame_binary() 2199 ts_min, ts_max, flags, &ts, avif->read_timestamp); in ff_seek_frame_binary() 2253 int64_t ts_min, int64_t ts_max, in ff_gen_search() argument 2265 if (ts_min == AV_NOPTS_VALUE) { in ff_gen_search() 2267 ts_min = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp); in ff_gen_search() 2268 if (ts_min == AV_NOPTS_VALUE) in ff_gen_search() 2272 if (ts_min >= target_ts) { in ff_gen_search() [all …]
|
D | internal.h | 606 int64_t ts_min, int64_t ts_max,
|
D | avidec.c | 1169 int64_t ts, next_ts, ts_min = INT64_MAX; in get_subtitle_pkt() local 1181 if (ts <= next_ts && ts < ts_min) { in get_subtitle_pkt() 1182 ts_min = ts; in get_subtitle_pkt()
|