Home
last modified time | relevance | path

Searched refs:old_latency (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c400 gsize old_latency = -1; in gst_audio_resample_update_state() local
409 old_latency = gst_audio_converter_get_max_latency (resample->converter); in gst_audio_resample_update_state()
435 if (old_latency != -1) in gst_audio_resample_update_state()
437 old_latency != in gst_audio_resample_update_state()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.c476 guint64 curr_latency = 0, old_latency = gst_flac_dec_get_latency (flacdec); in gst_flac_dec_metadata_cb() local
536 if (old_latency != curr_latency) in gst_flac_dec_metadata_cb()
Dgstflacenc.c1471 guint64 curr_latency = 0, old_latency = gst_flac_enc_get_latency (this); in gst_flac_enc_set_property() local
1542 if (old_latency != curr_latency) in gst_flac_enc_set_property()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c363 guint64 curr_latency, old_latency; in parser_sequence_callback() local
365 old_latency = gst_nvdec_get_latency (nvdec); in parser_sequence_callback()
508 if (old_latency != curr_latency) in parser_sequence_callback()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c4593 guint new_latency, old_latency; in gst_rtp_jitter_buffer_set_property() local
4598 old_latency = priv->latency_ms; in gst_rtp_jitter_buffer_set_property()
4606 if (new_latency != old_latency) { in gst_rtp_jitter_buffer_set_property()