IGraphBuilder     177 3rdparty/include/dshow/strmif.h typedef struct IGraphBuilder IGraphBuilder;
IGraphBuilder    2621 3rdparty/include/dshow/strmif.h   struct IGraphBuilder : public IFilterGraph {
IGraphBuilder    2634 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IGraphBuilder *This,REFIID riid,void **ppvObject);
IGraphBuilder    2635 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IGraphBuilder *This);
IGraphBuilder    2636 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IGraphBuilder *This);
IGraphBuilder    2637 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddFilter)(IGraphBuilder *This,IBaseFilter *pFilter,LPCWSTR pName);
IGraphBuilder    2638 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilter)(IGraphBuilder *This,IBaseFilter *pFilter);
IGraphBuilder    2639 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumFilters)(IGraphBuilder *This,IEnumFilters **ppEnum);
IGraphBuilder    2640 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindFilterByName)(IGraphBuilder *This,LPCWSTR pName,IBaseFilter **ppFilter);
IGraphBuilder    2641 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConnectDirect)(IGraphBuilder *This,IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt);
IGraphBuilder    2642 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IGraphBuilder *This,IPin *ppin);
IGraphBuilder    2643 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Disconnect)(IGraphBuilder *This,IPin *ppin);
IGraphBuilder    2644 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDefaultSyncSource)(IGraphBuilder *This);
IGraphBuilder    2645 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Connect)(IGraphBuilder *This,IPin *ppinOut,IPin *ppinIn);
IGraphBuilder    2646 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Render)(IGraphBuilder *This,IPin *ppinOut);
IGraphBuilder    2647 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RenderFile)(IGraphBuilder *This,LPCWSTR lpcwstrFile,LPCWSTR lpcwstrPlayList);
IGraphBuilder    2648 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddSourceFilter)(IGraphBuilder *This,LPCWSTR lpcwstrFileName,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IGraphBuilder    2649 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetLogFile)(IGraphBuilder *This,DWORD_PTR hFile);
IGraphBuilder    2650 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Abort)(IGraphBuilder *This);
IGraphBuilder    2651 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ShouldOperationContinue)(IGraphBuilder *This);
IGraphBuilder    2678 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_Connect_Proxy(IGraphBuilder *This,IPin *ppinOut,IPin *ppinIn);
IGraphBuilder    2680 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_Render_Proxy(IGraphBuilder *This,IPin *ppinOut);
IGraphBuilder    2682 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_RenderFile_Proxy(IGraphBuilder *This,LPCWSTR lpcwstrFile,LPCWSTR lpcwstrPlayList);
IGraphBuilder    2684 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_AddSourceFilter_Proxy(IGraphBuilder *This,LPCWSTR lpcwstrFileName,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IGraphBuilder    2686 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_SetLogFile_Proxy(IGraphBuilder *This,DWORD_PTR hFile);
IGraphBuilder    2688 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_Abort_Proxy(IGraphBuilder *This);
IGraphBuilder    2690 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_ShouldOperationContinue_Proxy(IGraphBuilder *This);
IGraphBuilder    2700 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetFiltergraph(IGraphBuilder *pfg) = 0;
IGraphBuilder    2701 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetFiltergraph(IGraphBuilder **ppfg) = 0;
IGraphBuilder    2715 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetFiltergraph)(ICaptureGraphBuilder *This,IGraphBuilder *pfg);
IGraphBuilder    2716 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetFiltergraph)(ICaptureGraphBuilder *This,IGraphBuilder **ppfg);
IGraphBuilder    2742 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder_SetFiltergraph_Proxy(ICaptureGraphBuilder *This,IGraphBuilder *pfg);
IGraphBuilder    2744 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder_GetFiltergraph_Proxy(ICaptureGraphBuilder *This,IGraphBuilder **ppfg);
IGraphBuilder    2797 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetFiltergraph(IGraphBuilder *pfg) = 0;
IGraphBuilder    2798 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetFiltergraph(IGraphBuilder **ppfg) = 0;
IGraphBuilder    2813 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetFiltergraph)(ICaptureGraphBuilder2 *This,IGraphBuilder *pfg);
IGraphBuilder    2814 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetFiltergraph)(ICaptureGraphBuilder2 *This,IGraphBuilder **ppfg);
IGraphBuilder    2842 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_SetFiltergraph_Proxy(ICaptureGraphBuilder2 *This,IGraphBuilder *pfg);
IGraphBuilder    2844 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_GetFiltergraph_Proxy(ICaptureGraphBuilder2 *This,IGraphBuilder **ppfg);
IGraphBuilder    2872 3rdparty/include/dshow/strmif.h   struct IFilterGraph2 : public IGraphBuilder {
IGraphBuilder    2945 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Render(IPin *ppinOut,IGraphBuilder *pGraph) = 0;
IGraphBuilder    2946 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Backout(IPin *ppinOut,IGraphBuilder *pGraph) = 0;
IGraphBuilder    2954 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Render)(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IGraphBuilder    2955 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Backout)(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IGraphBuilder    2969 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IStreamBuilder_Render_Proxy(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IGraphBuilder    2971 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IStreamBuilder_Backout_Proxy(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IGraphBuilder    7981 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetFiltergraph(IGraphBuilder **ppGB) = 0;
IGraphBuilder    7991 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetFiltergraph)(IDvdGraphBuilder *This,IGraphBuilder **ppGB);
IGraphBuilder    8008 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdGraphBuilder_GetFiltergraph_Proxy(IDvdGraphBuilder *This,IGraphBuilder **ppGB);
IGraphBuilder     401 modules/videoio/src/cap_dshow.cpp struct IGraphBuilder;
IGraphBuilder     439 modules/videoio/src/cap_dshow.cpp         IGraphBuilder *pGraph;                    // Graph builder object
IGraphBuilder     589 modules/videoio/src/cap_dshow.cpp         HRESULT SaveGraphFile(IGraphBuilder *pGraph, WCHAR *wszPath);
IGraphBuilder    2989 modules/videoio/src/cap_dshow.cpp HRESULT videoInput::SaveGraphFile(IGraphBuilder *pGraph, WCHAR *wszPath) {