IIPDVDec          462 3rdparty/include/dshow/strmif.h typedef struct IIPDVDec IIPDVDec;
IIPDVDec         5914 3rdparty/include/dshow/strmif.h   struct IIPDVDec : public IUnknown {
IIPDVDec         5922 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IIPDVDec *This,REFIID riid,void **ppvObject);
IIPDVDec         5923 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IIPDVDec *This);
IIPDVDec         5924 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IIPDVDec *This);
IIPDVDec         5925 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_IPDisplay)(IIPDVDec *This,int *displayPix);
IIPDVDec         5926 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_IPDisplay)(IIPDVDec *This,int displayPix);
IIPDVDec         5940 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IIPDVDec_get_IPDisplay_Proxy(IIPDVDec *This,int *displayPix);
IIPDVDec         5942 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IIPDVDec_put_IPDisplay_Proxy(IIPDVDec *This,int displayPix);