Home
last modified time | relevance | path

Searched refs:seglatency (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.h152 gint seglatency; /* number of segments queued in the lower member
Dgstaudioringbuffer.c185 GST_DEBUG ("acquire ringbuffer: latency segments: %d", spec->seglatency); in gst_audio_ring_buffer_debug_spec_buff()
335 spec->seglatency = -1; in gst_audio_ring_buffer_parse_caps()
647 if (buf->spec.seglatency == -1) in gst_audio_ring_buffer_acquire()
648 buf->spec.seglatency = buf->spec.segtotal; in gst_audio_ring_buffer_acquire()
Dgstaudiosink.c413 spec->seglatency = spec->segtotal + 1; in gst_audio_sink_ring_buffer_acquire()
Dgstaudiobasesink.c453 gst_util_uint64_scale_int (spec->seglatency * spec->segsize, in gst_audio_base_sink_query()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c529 spec->seglatency = spec->segtotal + 2; in gst_directsound_src_prepare()
/third_party/gstreamer/gstplugins_base/
DChangeLog133422 gst-libs/gst/audio/gstbaseaudiosink.c: Report the latency with the new seglatency parameter.
133426 Report the latency with the new seglatency parameter.