Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h512 GstClockTime last_keyframe_dts; member
Dqtdemux.c1468 stream->last_keyframe_dts = GST_CLOCK_TIME_NONE; in gst_qtdemux_perform_seek()
2128 stream->last_keyframe_dts = GST_CLOCK_TIME_NONE; in gst_qtdemux_reset()
6495 interval = stream->time_position - stream->last_keyframe_dts; in gst_qtdemux_loop_state_movie()
6497 interval = stream->last_keyframe_dts - stream->time_position; in gst_qtdemux_loop_state_movie()
6499 if (GST_CLOCK_TIME_IS_VALID (stream->last_keyframe_dts) in gst_qtdemux_loop_state_movie()
6506 stream->last_keyframe_dts = stream->time_position; in gst_qtdemux_loop_state_movie()