Lines Matching refs:earliest_time
3140 GstClockTime earliest_time = GST_CLOCK_TIME_NONE; in gst_matroska_mux_start() local
3318 if (earliest_time == GST_CLOCK_TIME_NONE) in gst_matroska_mux_start()
3319 earliest_time = ts; in gst_matroska_mux_start()
3320 else if (ts != GST_CLOCK_TIME_NONE && ts < earliest_time) in gst_matroska_mux_start()
3321 earliest_time = ts; in gst_matroska_mux_start()
3356 mux->earliest_time = earliest_time == GST_CLOCK_TIME_NONE ? 0 : earliest_time; in gst_matroska_mux_start()
4016 if (buffer_timestamp >= mux->earliest_time) { in gst_matroska_mux_write_data()
4017 buffer_timestamp -= mux->earliest_time; in gst_matroska_mux_write_data()
4324 if (buffer_timestamp >= mux->earliest_time) { in gst_matroska_mux_handle_buffer()
4325 buffer_timestamp -= mux->earliest_time; in gst_matroska_mux_handle_buffer()
4329 GST_TIME_ARGS (buffer_timestamp), GST_TIME_ARGS (mux->earliest_time)); in gst_matroska_mux_handle_buffer()