Searched refs:last_priority_end (Results 1 – 2 of 2) sorted by relevance
124 if (GST_CLOCK_TIME_IS_VALID (mux->last_priority_end)) in gst_rtp_dtmf_mux_accept_buffer_locked()125 mux->last_priority_end = in gst_rtp_dtmf_mux_accept_buffer_locked()127 mux->last_priority_end); in gst_rtp_dtmf_mux_accept_buffer_locked()129 mux->last_priority_end = running_ts + in gst_rtp_dtmf_mux_accept_buffer_locked()133 GST_TIME_ARGS (mux->last_priority_end)); in gst_rtp_dtmf_mux_accept_buffer_locked()139 if (GST_CLOCK_TIME_IS_VALID (mux->last_priority_end) && in gst_rtp_dtmf_mux_accept_buffer_locked()140 running_ts < mux->last_priority_end) { in gst_rtp_dtmf_mux_accept_buffer_locked()143 GST_TIME_ARGS (running_ts), GST_TIME_ARGS (mux->last_priority_end)); in gst_rtp_dtmf_mux_accept_buffer_locked()215 mux->last_priority_end = GST_CLOCK_TIME_NONE; in gst_rtp_dtmf_mux_change_state()
51 GstClockTime last_priority_end; member