Lines Matching refs:dts
224 unsigned dts;
227 dts = avio_rb32(s->pb);
264 pkt->dts = dts;
268 av_log(s, AV_LOG_TRACE, "pkt dts %"PRId64" duration %"PRId64"\n", pkt->dts, pkt->duration);
280 unsigned dts;
295 dts = avio_rb32(s->pb);
328 pkt->dts = dts;
332 av_log(s, AV_LOG_TRACE, "pkt dts %"PRId64" duration %"PRId64" samples %d sample rate %d\n",
333 pkt->dts, pkt->duration, samples, st->codecpar->sample_rate);