HomeSort by relevance Sort by last modified time
    Searched defs:IPin (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 121 typedef struct IPin IPin;
366 STDMETHOD_(IPin*,KsGetConnectedPin) (THIS) PURE;
strmif.h 27 typedef interface IPin IPin;
452 typedef interface IPin IPin;
461 * IPin interface
474 IPin : public IUnknown
477 IPin *pReceivePin,
481 IPin *pConnector,
488 IPin **pPin) = 0;
509 IPin **apPin
    [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h 32 typedef struct IPin IPin;
810 struct IPin : public IUnknown {
812 virtual HRESULT WINAPI Connect(IPin *pReceivePin,const AM_MEDIA_TYPE *pmt) = 0;
813 virtual HRESULT WINAPI ReceiveConnection(IPin *pConnector,const AM_MEDIA_TYPE *pmt) = 0;
815 virtual HRESULT WINAPI ConnectedTo(IPin **pPin) = 0;
822 virtual HRESULT WINAPI QueryInternalConnections(IPin **apPin,ULONG *nPin) = 0;
831 HRESULT (WINAPI *QueryInterface)(IPin *This,REFIID riid,void **ppvObject);
832 ULONG (WINAPI *AddRef)(IPin *This);
833 ULONG (WINAPI *Release)(IPin *This)
    [all...]

Completed in 168 milliseconds