• Home
  • Raw
  • Download

Lines Matching refs:hRes

401   HRESULT hRes;                 /* Result for windows functions */  in gst_directsound_src_open()  local
419 hRes = DirectSoundCaptureEnumerate ((LPDSENUMCALLBACK) in gst_directsound_src_open()
422 if (FAILED (hRes)) { in gst_directsound_src_open()
427 hRes = in gst_directsound_src_open()
431 if (FAILED (hRes)) { in gst_directsound_src_open()
478 HRESULT hRes; /* Result for windows functions */ in gst_directsound_src_prepare() local
550 hRes = IDirectSoundCapture_CreateCaptureBuffer (dsoundsrc->pDSC, in gst_directsound_src_prepare()
552 if (hRes != DS_OK) in gst_directsound_src_prepare()
618 HRESULT hRes; /* Result for windows functions */ in gst_directsound_src_read() local
636 hRes = IDirectSoundCaptureBuffer_GetStatus (dsoundsrc->pDSBSecondary, in gst_directsound_src_read()
639 if (FAILED (hRes)) { in gst_directsound_src_read()
646 hRes = IDirectSoundCaptureBuffer_Start (dsoundsrc->pDSBSecondary, in gst_directsound_src_read()
668 hRes = in gst_directsound_src_read()
672 if (FAILED (hRes)) { in gst_directsound_src_read()
735 hRes = IDirectSoundCaptureBuffer_Lock (dsoundsrc->pDSBSecondary, in gst_directsound_src_read()
744 if (hRes == DS_OK) { in gst_directsound_src_read()
769 HRESULT hRes; in gst_directsound_src_delay() local
779 hRes = in gst_directsound_src_delay()
783 if (hRes == S_OK) { in gst_directsound_src_delay()
821 HRESULT hRes = IDirectSoundCaptureBuffer_Stop (dsoundsrc->pDSBSecondary); in gst_directsound_src_reset() local
827 hRes = IDirectSoundCaptureBuffer_Lock (dsoundsrc->pDSBSecondary, in gst_directsound_src_reset()
831 if (SUCCEEDED (hRes)) { in gst_directsound_src_reset()
834 hRes = in gst_directsound_src_reset()