Lines Matching refs:start_ts
654 collect_pad->start_ts = GST_CLOCK_TIME_NONE; in gst_matroska_pad_reset()
2681 if (GST_CLOCK_TIME_IS_VALID (collect_pad->start_ts) && in gst_matroska_mux_release_pad()
2684 GST_CLOCK_DIFF (collect_pad->start_ts, collect_pad->end_ts); in gst_matroska_mux_release_pad()
3778 GST_TIME_ARGS (collect_pad->start_ts), in gst_matroska_mux_finish()
3781 if (GST_CLOCK_TIME_IS_VALID (collect_pad->start_ts) && in gst_matroska_mux_finish()
3784 GST_CLOCK_DIFF (collect_pad->start_ts, collect_pad->end_ts); in gst_matroska_mux_finish()
4341 GstClockTime start_ts = buffer_timestamp; in gst_matroska_mux_handle_buffer() local
4342 GstClockTime end_ts = start_ts; in gst_matroska_mux_handle_buffer()
4352 if (G_UNLIKELY (best->start_ts == GST_CLOCK_TIME_NONE || in gst_matroska_mux_handle_buffer()
4353 start_ts < best->start_ts)) in gst_matroska_mux_handle_buffer()
4354 best->start_ts = start_ts; in gst_matroska_mux_handle_buffer()