Lines Matching defs:duration
64 int64_t duration;
233 duration = video_st->time_base.den / fps;
239 video_dts = bframes ? -duration : 0;
258 pkt->duration = audio_duration;
265 pkt->duration = duration;
269 pkt->pts = pkt->dts + duration;
279 pkt->pts = pkt->dts + duration;
282 next_p_pts = pkt->pts = pkt->dts + 2 * duration;
283 video_dts += duration;
290 pkt->duration = fake_pkt_duration;
295 pkt->duration = 0;
411 // lists aren't used, increasing the duration of the first packet instead.
690 // Test VFR content, with sidx atoms (which declare the pts duration
692 // Here, the fragment duration in pts is significantly different from
693 // the duration in dts. The video stream starts at dts=-10,pts=0, and
694 // the second fragment starts at dts=155,pts=156. The trun duration sum
706 duration /= 10;
712 // Test VFR content, with cleared duration fields. In these cases,
713 // the muxer must guess the duration of the last packet of each
725 duration /= 10;
747 // fragment end durations right. We always set the packet duration to
755 // Pretend that the packet duration is the normal, even if
758 fake_pkt_duration = duration;
759 duration *= 10;
762 duration /= 10;