Lines Matching refs:pts
256 pkt->dts = pkt->pts = audio_dts;
269 pkt->pts = pkt->dts + duration;
270 video_dts = pkt->pts;
274 pkt->pts = pkt->dts;
279 pkt->pts = pkt->dts + duration;
280 video_dts = pkt->pts;
282 next_p_pts = pkt->pts = pkt->dts + 2 * duration;
288 pkt->pts = pkt->dts;
296 AV_WB32(pktdata + 4, pkt->pts);
305 pkt->pts += (1LL<<32);
334 pkt->pts = 0;
338 pkt->dts = pkt->pts = audio_dts;
442 // pts/dts 0. avoid_negative_ts behaves in the same way as
608 // assumption of starting at pts=0 works) but not with audio preroll
690 // Test VFR content, with sidx atoms (which declare the pts duration
691 // of a fragment, forcing overriding the start pts of the next one).
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
699 // fragment. For the audio stream, the pts and dts durations also don't
700 // match - the input stream starts at pts=-2048, but that part is excluded