Home
last modified time | relevance | path

Searched refs:nNbSamplesInQueue (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c772 gint nNbSamplesInQueue = 0; in gst_directsound_src_delay() local
793 nNbSamplesInQueue = dwBytesInQueue / dsoundsrc->bytes_per_sample; in gst_directsound_src_delay()
796 GST_INFO_OBJECT (asrc, "Delay is %d samples", nNbSamplesInQueue); in gst_directsound_src_delay()
798 return nNbSamplesInQueue; in gst_directsound_src_delay()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c759 gint nNbSamplesInQueue = 0; in gst_directsound_sink_delay() local
781 nNbSamplesInQueue = dwBytesInQueue / dsoundsink->bytes_per_sample; in gst_directsound_sink_delay()
785 return nNbSamplesInQueue; in gst_directsound_sink_delay()