Lines Matching refs:max_latency
214 pitch->min_latency = pitch->max_latency = 0; in gst_pitch_init()
650 GST_TIME_ARGS (pitch->max_latency)); in gst_pitch_src_query()
654 max += pitch->max_latency; in gst_pitch_src_query()
760 pitch->min_latency = pitch->max_latency = 0; in gst_pitch_sink_event()
765 pitch->min_latency = pitch->max_latency = 0; in gst_pitch_sink_event()
776 pitch->min_latency = pitch->max_latency = 0; in gst_pitch_sink_event()
804 GstClockTimeDiff current_latency, min_latency, max_latency; in gst_pitch_update_latency() local
811 max_latency = MAX (pitch->max_latency, current_latency); in gst_pitch_update_latency()
813 if (pitch->min_latency != min_latency || pitch->max_latency != max_latency) { in gst_pitch_update_latency()
815 pitch->max_latency = max_latency; in gst_pitch_update_latency()
917 pitch->min_latency = pitch->max_latency = 0; in gst_pitch_change_state()