Home
last modified time | relevance | path

Searched refs:min_dts (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Davidec.c1680 int64_t min_dts = INT64_MAX / 2; in check_stream_max_drift() local
1696 min_dts = FFMIN(min_dts, dts); in check_stream_max_drift()
1704 if (idx[i] && min_dts != INT64_MAX / 2) { in check_stream_max_drift()
1709 delta_dts = av_sat_sub64(dts, min_dts); in check_stream_max_drift()
1717 if (av_sat_sub64(max_dts, min_dts) > 2 * AV_TIME_BASE || in check_stream_max_drift()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c4055 GstClockTime min_dts = GST_CLOCK_TIME_NONE; in qtdemux_parse_moof() local
4177 min_dts = MIN (min_dts, QTSTREAMTIME_TO_GSTTIME (stream, decode_time)); in qtdemux_parse_moof()
4241 && !qtdemux->received_seek && GST_CLOCK_TIME_IS_VALID (min_dts) in qtdemux_parse_moof()
4242 && min_dts != 0) { in qtdemux_parse_moof()
4253 GST_TIME_ARGS (min_dts)); in qtdemux_parse_moof()
4255 qtdemux->segment.start = min_dts; in qtdemux_parse_moof()
4256 qtdemux->segment.time = qtdemux->segment.position = min_dts; in qtdemux_parse_moof()
4260 stream->time_position = min_dts; in qtdemux_parse_moof()
/third_party/gstreamer/gstplugins_bad/
DChangeLog92122 mpegtsmux: Remove redundant min_dts
92338 There was code to detect backward dts, but the marker min_dts