Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c771 DWORD dwBytesInQueue = 0; in gst_directsound_src_delay() local
785 dwBytesInQueue = in gst_directsound_src_delay()
789 dwBytesInQueue = in gst_directsound_src_delay()
793 nNbSamplesInQueue = dwBytesInQueue / dsoundsrc->bytes_per_sample; in gst_directsound_src_delay()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c758 DWORD dwBytesInQueue = 0; in gst_directsound_sink_delay() local
774 dwBytesInQueue = in gst_directsound_sink_delay()
777 dwBytesInQueue = in gst_directsound_sink_delay()
781 nNbSamplesInQueue = dwBytesInQueue / dsoundsink->bytes_per_sample; in gst_directsound_sink_delay()