Lines Matching refs:end_ts
655 collect_pad->end_ts = GST_CLOCK_TIME_NONE; in gst_matroska_pad_reset()
2682 GST_CLOCK_TIME_IS_VALID (collect_pad->end_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()
3779 GST_TIME_ARGS (collect_pad->end_ts)); in gst_matroska_mux_finish()
3782 GST_CLOCK_TIME_IS_VALID (collect_pad->end_ts)) { in gst_matroska_mux_finish()
3784 GST_CLOCK_DIFF (collect_pad->start_ts, collect_pad->end_ts); in gst_matroska_mux_finish()
4342 GstClockTime end_ts = start_ts; in gst_matroska_mux_handle_buffer() local
4345 end_ts += GST_BUFFER_DURATION (buf); in gst_matroska_mux_handle_buffer()
4347 end_ts += best->track->default_duration; in gst_matroska_mux_handle_buffer()
4349 if (!GST_CLOCK_TIME_IS_VALID (best->end_ts) || end_ts > best->end_ts) in gst_matroska_mux_handle_buffer()
4350 best->end_ts = end_ts; in gst_matroska_mux_handle_buffer()