Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.c4456 int64_t stime, stime2; in process_input() local
4477 stime2= stime + (1ULL<<ist->st->pts_wrap_bits); in process_input()
4480 …if(stime2 > stime && pkt->dts != AV_NOPTS_VALUE && pkt->dts > stime + (1LL<<(ist->st->pts_wrap_bit… in process_input()
4484 …if(stime2 > stime && pkt->pts != AV_NOPTS_VALUE && pkt->pts > stime + (1LL<<(ist->st->pts_wrap_bit… in process_input()