Lines Matching refs:vd_pSource
595 IMFMediaSource *vd_pSource; member in __anon2599bf920111::videoDevice
1988 …vd_Width(0), vd_Height(0), vd_FrameRate(0), vd_pSource(NULL), vd_pImGrTh(NULL), vd_func(NULL), vd_… in videoDevice()
2002 if(vd_pSource) in setParametrs()
2007 HRESULT hr = vd_pSource->QueryInterface(IID_PPV_ARGS(&pProcAmp)); in setParametrs()
2018 hr = vd_pSource->QueryInterface(IID_PPV_ARGS(&pProcControl)); in setParametrs()
2038 if(vd_pSource) in getParametrs()
2042 HRESULT hr = vd_pSource->QueryInterface(IID_PPV_ARGS(&pProcAmp)); in getParametrs()
2058 hr = vd_pSource->QueryInterface(IID_PPV_ARGS(&pProcControl)); in getParametrs()
2338 SafeRelease(&vd_pSource); in initDevice()
2341 (void**)&vd_pSource in initDevice()
2409 vd_pSource->Shutdown(); in closeDevice()
2410 SafeRelease(&vd_pSource); in closeDevice()
2451 out = vd_pSource; in getMediaSource()
2642 … HRESULT hr = ImageGrabberThread::CreateInstance(&vd_pImGrTh, vd_pSource, vd_CurrentNumber); in isFrameNew()
2708 hr = setDeviceFormat(vd_pSource, (DWORD) id); in setupDevice()
2755 SafeRelease(&vd_pSource); in ~videoDevice()