Lines Matching defs:dts
1076 AVDictionary **metadata, int64_t *dts, HLSAudioSetupInfo *audio_setup_info,
1092 *dts = ts;
2242 pls->pkt->dts = pls->id3_mpegts_timestamp +
2253 pls->pkt->dts = AV_NOPTS_VALUE;
2311 pls->pkt->dts != AV_NOPTS_VALUE)
2312 c->first_timestamp = av_rescale_q(pls->pkt->dts,
2330 if (pls->pkt->dts == AV_NOPTS_VALUE) {
2336 ts_diff = av_rescale_rnd(pls->pkt->dts, AV_TIME_BASE,
2348 /* Check if this stream has the packet with the lowest dts */
2355 int64_t dts = pls->pkt->dts;
2356 int64_t mindts = minpls->pkt->dts;
2358 if (dts == AV_NOPTS_VALUE ||
2359 (mindts != AV_NOPTS_VALUE && compare_ts_with_wrapdetect(dts, pls, mindts, minpls) < 0))
2407 if (pkt->dts != AV_NOPTS_VALUE)
2408 c->cur_timestamp = av_rescale_q(pkt->dts,