Lines Matching refs:dts
63 int64_t dts;
997 pkt->dts = asf->sub_dts + (asf->nb_sub - 1) * asf->dts_delta - asf->preroll;
1027 asf_pkt->dts = 0;
1046 asf_pkt->dts = avio_rl32(pb); // read presentation time
1122 asf_pkt->dts = avio_rl32(pb); // read presentation time
1227 pkt->dts = asf_pkt->dts;
1389 pkt->dts = asf_pkt->dts - asf->preroll;
1453 * returns this packet's dts. So returned dts is the dts of the first key frame with
1460 int64_t pkt_pos = *pos, pkt_offset, dts = AV_NOPTS_VALUE, data_end;
1485 dts = AV_NOPTS_VALUE;
1497 dts = pkt->dts;
1498 if (dts) {
1500 dts, pkt->size, 0, AVINDEX_KEYFRAME);
1515 return dts;