Home
last modified time | relevance | path

Searched refs:last_dts_for_order_check (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dinternal.h348 int64_t last_dts_for_order_check; member
H A Doptions.c312 sti->last_dts_for_order_check = AV_NOPTS_VALUE; in avformat_new_stream()
H A Ddemux.c954 if (pkt->dts == pkt->pts && sti->last_dts_for_order_check != AV_NOPTS_VALUE) { in compute_pkt_fields()
955 if (sti->last_dts_for_order_check <= pkt->dts) { in compute_pkt_fields()
961 sti->last_dts_for_order_check); in compute_pkt_fields()
970 sti->last_dts_for_order_check = pkt->dts; in compute_pkt_fields()
1869 sti->last_dts_for_order_check = AV_NOPTS_VALUE; in estimate_timings_from_pts()
H A Dseek.c731 sti->last_dts_for_order_check = AV_NOPTS_VALUE; in ff_read_frame_flush()

Completed in 9 milliseconds