Lines Matching refs:dts
167 * AVPacket.pts, AVPacket.dts and AVPacket.duration timing information will be
169 * pts/dts, 0 for duration) if the stream does not provide them. The timing
569 * If unset, packets will be interleaved by dts.
595 int64_t *dts, int64_t *wall);
1185 int64_t pts_wrap_reference; ///< reference dts for wrap detection
1374 #define AVFMT_FLAG_SORT_DTS 0x10000 ///< try to interleave outputted packets by dts (using this flag can slow demuxing down)
1607 * forces the use of wallclock timestamps as pts/dts of packets
2216 * pkt->pts, pkt->dts and pkt->duration are always set to correct
2219 * has B-frames, so it is better to rely on pkt->dts if you do not
2393 * The timestamps (@ref AVPacket.pts "pts", @ref AVPacket.dts "dts")
2397 * The dts for subsequent packets passed to this function must be strictly
2413 * increasing dts. Callers doing their own interleaving should call
2437 * The timestamps (@ref AVPacket.pts "pts", @ref AVPacket.dts "dts")
2441 * The dts for subsequent packets in one stream must be strictly
2531 * @param[out] dts DTS of the last packet output for the stream, in stream
2536 * Note: some formats or devices may not allow to measure dts and wall
2540 int64_t *dts, int64_t *wall);