Home
last modified time | relevance | path

Searched refs:pLockedBuffer (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c805 LPVOID pLockedBuffer = NULL; in gst_directsound_src_reset() local
829 &pLockedBuffer, &dwSizeBuffer, NULL, NULL, 0L); in gst_directsound_src_reset()
832 memset (pLockedBuffer, 0, dwSizeBuffer); in gst_directsound_src_reset()
836 pLockedBuffer, dwSizeBuffer, NULL, 0); in gst_directsound_src_reset()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c792 LPVOID pLockedBuffer = NULL; in gst_directsound_sink_reset() local
810 &pLockedBuffer, &dwSizeBuffer, NULL, NULL, 0L); in gst_directsound_sink_reset()
813 memset (pLockedBuffer, 0, dwSizeBuffer); in gst_directsound_sink_reset()
816 IDirectSoundBuffer_Unlock (dsoundsink->pDSBSecondary, pLockedBuffer, in gst_directsound_sink_reset()
/third_party/gstreamer/gstplugins_bad/
DChangeLog58006 …directsoundsrc: Properly pass pLockedBuffer by reference when calling IDirectSoundCaptureBuffer_Lo…