Home
last modified time | relevance | path

Searched refs:last_dts_for_order_check (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dinternal.h330 int64_t last_dts_for_order_check; member
Dutils.c1240 if (pkt->dts == pkt->pts && st->internal->last_dts_for_order_check != AV_NOPTS_VALUE) { in compute_pkt_fields()
1241 if (st->internal->last_dts_for_order_check <= pkt->dts) { in compute_pkt_fields()
1247 st->internal->last_dts_for_order_check); in compute_pkt_fields()
1256 st->internal->last_dts_for_order_check = pkt->dts; in compute_pkt_fields()
1908 st->internal->last_dts_for_order_check = AV_NOPTS_VALUE; in ff_read_frame_flush()
2934 st->internal->last_dts_for_order_check = AV_NOPTS_VALUE;
4620 st->internal->last_dts_for_order_check = AV_NOPTS_VALUE;