IBaseFilter        62 3rdparty/include/dshow/strmif.h typedef struct IBaseFilter IBaseFilter;
IBaseFilter       803 3rdparty/include/dshow/strmif.h     IBaseFilter *pFilter;
IBaseFilter      1018 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI AddFilter(IBaseFilter *pFilter,LPCWSTR pName) = 0;
IBaseFilter      1019 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI RemoveFilter(IBaseFilter *pFilter) = 0;
IBaseFilter      1021 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI FindFilterByName(LPCWSTR pName,IBaseFilter **ppFilter) = 0;
IBaseFilter      1033 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddFilter)(IFilterGraph *This,IBaseFilter *pFilter,LPCWSTR pName);
IBaseFilter      1034 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilter)(IFilterGraph *This,IBaseFilter *pFilter);
IBaseFilter      1036 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindFilterByName)(IFilterGraph *This,LPCWSTR pName,IBaseFilter **ppFilter);
IBaseFilter      1060 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_AddFilter_Proxy(IFilterGraph *This,IBaseFilter *pFilter,LPCWSTR pName);
IBaseFilter      1062 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_RemoveFilter_Proxy(IFilterGraph *This,IBaseFilter *pFilter);
IBaseFilter      1066 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_FindFilterByName_Proxy(IFilterGraph *This,LPCWSTR pName,IBaseFilter **ppFilter);
IBaseFilter      1088 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Next(ULONG cFilters,IBaseFilter **ppFilter,ULONG *pcFetched) = 0;
IBaseFilter      1099 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Next)(IEnumFilters *This,ULONG cFilters,IBaseFilter **ppFilter,ULONG *pcFetched);
IBaseFilter      1118 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IEnumFilters_Next_Proxy(IEnumFilters *This,ULONG cFilters,IBaseFilter **ppFilter,ULONG *pcFetched);
IBaseFilter      1208 3rdparty/include/dshow/strmif.h   struct IBaseFilter : public IMediaFilter {
IBaseFilter      1219 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IBaseFilter *This,REFIID riid,void **ppvObject);
IBaseFilter      1220 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IBaseFilter *This);
IBaseFilter      1221 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IBaseFilter *This);
IBaseFilter      1222 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetClassID)(IBaseFilter *This,CLSID *pClassID);
IBaseFilter      1223 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Stop)(IBaseFilter *This);
IBaseFilter      1224 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Pause)(IBaseFilter *This);
IBaseFilter      1225 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Run)(IBaseFilter *This,REFERENCE_TIME tStart);
IBaseFilter      1226 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetState)(IBaseFilter *This,DWORD dwMilliSecsTimeout,FILTER_STATE *State);
IBaseFilter      1227 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetSyncSource)(IBaseFilter *This,IReferenceClock *pClock);
IBaseFilter      1228 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetSyncSource)(IBaseFilter *This,IReferenceClock **pClock);
IBaseFilter      1229 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumPins)(IBaseFilter *This,IEnumPins **ppEnum);
IBaseFilter      1230 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindPin)(IBaseFilter *This,LPCWSTR Id,IPin **ppPin);
IBaseFilter      1231 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryFilterInfo)(IBaseFilter *This,FILTER_INFO *pInfo);
IBaseFilter      1232 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *JoinFilterGraph)(IBaseFilter *This,IFilterGraph *pGraph,LPCWSTR pName);
IBaseFilter      1233 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryVendorInfo)(IBaseFilter *This,LPWSTR *pVendorInfo);
IBaseFilter      1257 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBaseFilter_EnumPins_Proxy(IBaseFilter *This,IEnumPins **ppEnum);
IBaseFilter      1259 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBaseFilter_FindPin_Proxy(IBaseFilter *This,LPCWSTR Id,IPin **ppPin);
IBaseFilter      1261 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBaseFilter_QueryFilterInfo_Proxy(IBaseFilter *This,FILTER_INFO *pInfo);
IBaseFilter      1263 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBaseFilter_JoinFilterGraph_Proxy(IBaseFilter *This,IFilterGraph *pGraph,LPCWSTR pName);
IBaseFilter      1265 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBaseFilter_QueryVendorInfo_Proxy(IBaseFilter *This,LPWSTR *pVendorInfo);
IBaseFilter      1269 3rdparty/include/dshow/strmif.h   typedef IBaseFilter *PFILTER;
IBaseFilter      2218 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Notify(IBaseFilter *pSelf,Quality q) = 0;
IBaseFilter      2227 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Notify)(IQualityControl *This,IBaseFilter *pSelf,Quality q);
IBaseFilter      2242 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IQualityControl_Notify_Proxy(IQualityControl *This,IBaseFilter *pSelf,Quality q);
IBaseFilter      2626 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI AddSourceFilter(LPCWSTR lpcwstrFileName,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter) = 0;
IBaseFilter      2637 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddFilter)(IGraphBuilder *This,IBaseFilter *pFilter,LPCWSTR pName);
IBaseFilter      2638 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilter)(IGraphBuilder *This,IBaseFilter *pFilter);
IBaseFilter      2640 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindFilterByName)(IGraphBuilder *This,LPCWSTR pName,IBaseFilter **ppFilter);
IBaseFilter      2648 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddSourceFilter)(IGraphBuilder *This,LPCWSTR lpcwstrFileName,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IBaseFilter      2684 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_AddSourceFilter_Proxy(IGraphBuilder *This,LPCWSTR lpcwstrFileName,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IBaseFilter      2702 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetOutputFileName(const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink) = 0;
IBaseFilter      2703 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI FindInterface(const GUID *pCategory,IBaseFilter *pf,REFIID riid,void **ppint) = 0;
IBaseFilter      2704 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI RenderStream(const GUID *pCategory,IUnknown *pSource,IBaseFilter *pfCompressor,IBaseFilter *pfRenderer) = 0;
IBaseFilter      2705 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI ControlStream(const GUID *pCategory,IBaseFilter *pFilter,REFERENCE_TIME *pstart,REFERENCE_TIME *pstop,WORD wStartCookie,WORD wStopCookie) = 0;
IBaseFilter      2717 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetOutputFileName)(ICaptureGraphBuilder *This,const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink);
IBaseFilter      2718 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindInterface)(ICaptureGraphBuilder *This,const GUID *pCategory,IBaseFilter *pf,REFIID riid,void **ppint);
IBaseFilter      2719 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RenderStream)(ICaptureGraphBuilder *This,const GUID *pCategory,IUnknown *pSource,IBaseFilter *pfCompressor,IBaseFilter *pfRenderer);
IBaseFilter      2720 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ControlStream)(ICaptureGraphBuilder *This,const GUID *pCategory,IBaseFilter *pFilter,REFERENCE_TIME *pstart,REFERENCE_TIME *pstop,WORD wStartCookie,WORD wStopCookie);
IBaseFilter      2746 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder_SetOutputFileName_Proxy(ICaptureGraphBuilder *This,const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink);
IBaseFilter      2748 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder_RemoteFindInterface_Proxy(ICaptureGraphBuilder *This,const GUID *pCategory,IBaseFilter *pf,REFIID riid,IUnknown **ppint);
IBaseFilter      2750 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder_RenderStream_Proxy(ICaptureGraphBuilder *This,const GUID *pCategory,IUnknown *pSource,IBaseFilter *pfCompressor,IBaseFilter *pfRenderer);
IBaseFilter      2752 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder_ControlStream_Proxy(ICaptureGraphBuilder *This,const GUID *pCategory,IBaseFilter *pFilter,REFERENCE_TIME *pstart,REFERENCE_TIME *pstop,WORD wStartCookie,WORD wStopCookie);
IBaseFilter      2799 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetOutputFileName(const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink) = 0;
IBaseFilter      2800 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI FindInterface(const GUID *pCategory,const GUID *pType,IBaseFilter *pf,REFIID riid,void **ppint) = 0;
IBaseFilter      2801 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI RenderStream(const GUID *pCategory,const GUID *pType,IUnknown *pSource,IBaseFilter *pfCompressor,IBaseFilter *pfRenderer) = 0;
IBaseFilter      2802 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI ControlStream(const GUID *pCategory,const GUID *pType,IBaseFilter *pFilter,REFERENCE_TIME *pstart,REFERENCE_TIME *pstop,WORD wStartCookie,WORD wStopCookie) = 0;
IBaseFilter      2815 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetOutputFileName)(ICaptureGraphBuilder2 *This,const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink);
IBaseFilter      2816 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindInterface)(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pType,IBaseFilter *pf,REFIID riid,void **ppint);
IBaseFilter      2817 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RenderStream)(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pType,IUnknown *pSource,IBaseFilter *pfCompressor,IBaseFilter *pfRenderer);
IBaseFilter      2818 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ControlStream)(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pType,IBaseFilter *pFilter,REFERENCE_TIME *pstart,REFERENCE_TIME *pstop,WORD wStartCookie,WORD wStopCookie);
IBaseFilter      2846 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_SetOutputFileName_Proxy(ICaptureGraphBuilder2 *This,const GUID *pType,LPCOLESTR lpstrFile,IBaseFilter **ppf,IFileSinkFilter **ppSink);
IBaseFilter      2848 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_RemoteFindInterface_Proxy(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pType,IBaseFilter *pf,REFIID riid,IUnknown **ppint);
IBaseFilter      2850 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_RenderStream_Proxy(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pType,IUnknown *pSource,IBaseFilter *pfCompressor,IBaseFilter *pfRenderer);
IBaseFilter      2852 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_ControlStream_Proxy(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pType,IBaseFilter *pFilter,REFERENCE_TIME *pstart,REFERENCE_TIME *pstop,WORD wStartCookie,WORD wStopCookie);
IBaseFilter      2874 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI AddSourceFilterForMoniker(IMoniker *pMoniker,IBindCtx *pCtx,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter) = 0;
IBaseFilter      2884 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddFilter)(IFilterGraph2 *This,IBaseFilter *pFilter,LPCWSTR pName);
IBaseFilter      2885 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilter)(IFilterGraph2 *This,IBaseFilter *pFilter);
IBaseFilter      2887 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindFilterByName)(IFilterGraph2 *This,LPCWSTR pName,IBaseFilter **ppFilter);
IBaseFilter      2895 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddSourceFilter)(IFilterGraph2 *This,LPCWSTR lpcwstrFileName,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IBaseFilter      2899 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddSourceFilterForMoniker)(IFilterGraph2 *This,IMoniker *pMoniker,IBindCtx *pCtx,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IBaseFilter      2931 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph2_AddSourceFilterForMoniker_Proxy(IFilterGraph2 *This,IMoniker *pMoniker,IBindCtx *pCtx,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IBaseFilter      6400 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI CreatedFilter(IBaseFilter *pFil) = 0;
IBaseFilter      6409 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *CreatedFilter)(IAMGraphBuilderCallback *This,IBaseFilter *pFil);
IBaseFilter      6425 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMGraphBuilderCallback_CreatedFilter_Proxy(IAMGraphBuilderCallback *This,IBaseFilter *pFil);
IBaseFilter      8227 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Reconnect(IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags) = 0;
IBaseFilter      8229 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI AddFilterToCache(IBaseFilter *pFilter) = 0;
IBaseFilter      8231 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI RemoveFilterFromCache(IBaseFilter *pFilter) = 0;
IBaseFilter      8234 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetFilterFlags(IBaseFilter *pFilter,DWORD dwFlags) = 0;
IBaseFilter      8235 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetFilterFlags(IBaseFilter *pFilter,DWORD *pdwFlags) = 0;
IBaseFilter      8236 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI RemoveFilterEx(IBaseFilter *pFilter,DWORD Flags) = 0;
IBaseFilter      8244 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IGraphConfig *This,IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags);
IBaseFilter      8246 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddFilterToCache)(IGraphConfig *This,IBaseFilter *pFilter);
IBaseFilter      8248 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilterFromCache)(IGraphConfig *This,IBaseFilter *pFilter);
IBaseFilter      8251 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetFilterFlags)(IGraphConfig *This,IBaseFilter *pFilter,DWORD dwFlags);
IBaseFilter      8252 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetFilterFlags)(IGraphConfig *This,IBaseFilter *pFilter,DWORD *pdwFlags);
IBaseFilter      8253 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilterEx)(IGraphConfig *This,IBaseFilter *pFilter,DWORD Flags);
IBaseFilter      8275 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_Reconnect_Proxy(IGraphConfig *This,IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags);
IBaseFilter      8279 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_AddFilterToCache_Proxy(IGraphConfig *This,IBaseFilter *pFilter);
IBaseFilter      8283 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_RemoveFilterFromCache_Proxy(IGraphConfig *This,IBaseFilter *pFilter);
IBaseFilter      8289 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_SetFilterFlags_Proxy(IGraphConfig *This,IBaseFilter *pFilter,DWORD dwFlags);
IBaseFilter      8291 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_GetFilterFlags_Proxy(IGraphConfig *This,IBaseFilter *pFilter,DWORD *pdwFlags);
IBaseFilter      8293 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_RemoveFilterEx_Proxy(IGraphConfig *This,IBaseFilter *pFilter,DWORD Flags);
IBaseFilter      8334 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI StartChain(IBaseFilter *pStartFilter,IBaseFilter *pEndFilter) = 0;
IBaseFilter      8335 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI PauseChain(IBaseFilter *pStartFilter,IBaseFilter *pEndFilter) = 0;
IBaseFilter      8336 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI StopChain(IBaseFilter *pStartFilter,IBaseFilter *pEndFilter) = 0;
IBaseFilter      8337 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI RemoveChain(IBaseFilter *pStartFilter,IBaseFilter *pEndFilter) = 0;
IBaseFilter      8345 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *StartChain)(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IBaseFilter      8346 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PauseChain)(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IBaseFilter      8347 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *StopChain)(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IBaseFilter      8348 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveChain)(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IBaseFilter      8364 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterChain_StartChain_Proxy(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IBaseFilter      8366 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterChain_PauseChain_Proxy(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IBaseFilter      8368 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterChain_StopChain_Proxy(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IBaseFilter      8370 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterChain_RemoveChain_Proxy(IFilterChain *This,IBaseFilter *pStartFilter,IBaseFilter *pEndFilter);
IBaseFilter      9380 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder_FindInterface_Proxy(ICaptureGraphBuilder *This,const GUID *pCategory,IBaseFilter *pf,REFIID riid,void **ppint);
IBaseFilter      9381 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder_FindInterface_Stub(ICaptureGraphBuilder *This,const GUID *pCategory,IBaseFilter *pf,REFIID riid,IUnknown **ppint);
IBaseFilter      9382 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_FindInterface_Proxy(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pType,IBaseFilter *pf,REFIID riid,void **ppint);
IBaseFilter      9383 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_FindInterface_Stub(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pType,IBaseFilter *pf,REFIID riid,IUnknown **ppint);
IBaseFilter       402 modules/videoio/src/cap_dshow.cpp struct IBaseFilter;
IBaseFilter       426 modules/videoio/src/cap_dshow.cpp         void NukeDownstream(IBaseFilter *pBF);
IBaseFilter       441 modules/videoio/src/cap_dshow.cpp         IBaseFilter *pVideoInputFilter;          // Video Capture filter
IBaseFilter       442 modules/videoio/src/cap_dshow.cpp         IBaseFilter *pGrabberF;
IBaseFilter       443 modules/videoio/src/cap_dshow.cpp         IBaseFilter * pDestFilter;
IBaseFilter       585 modules/videoio/src/cap_dshow.cpp         HRESULT getDevice(IBaseFilter **pSrcFilter, int deviceID, WCHAR * wDeviceName, char * nDeviceName);
IBaseFilter       586 modules/videoio/src/cap_dshow.cpp         static HRESULT ShowFilterPropertyPages(IBaseFilter *pFilter);
IBaseFilter       590 modules/videoio/src/cap_dshow.cpp         HRESULT routeCrossbar(ICaptureGraphBuilder2 **ppBuild, IBaseFilter **pVidInFilter, int conType, GUID captureMode);
IBaseFilter       829 modules/videoio/src/cap_dshow.cpp void videoDevice::NukeDownstream(IBaseFilter *pBF){
IBaseFilter       886 modules/videoio/src/cap_dshow.cpp         IBaseFilter * pFilter = NULL;
IBaseFilter      2864 modules/videoio/src/cap_dshow.cpp HRESULT videoInput::getDevice(IBaseFilter** gottaFilter, int deviceId, WCHAR * wDeviceName, char * nDeviceName){
IBaseFilter      2941 modules/videoio/src/cap_dshow.cpp HRESULT videoInput::ShowFilterPropertyPages(IBaseFilter *pFilter){
IBaseFilter      3036 modules/videoio/src/cap_dshow.cpp HRESULT videoInput::routeCrossbar(ICaptureGraphBuilder2 **ppBuild, IBaseFilter **pVidInFilter, int conType, GUID captureMode){
IBaseFilter      3043 modules/videoio/src/cap_dshow.cpp      IBaseFilter *pVidFilter = NULL;