Home
last modified time | relevance | path

Searched refs:DevicePort (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h4867 virtual HRESULT WINAPI put_DevicePort(long DevicePort) = 0;
4882 HRESULT (WINAPI *put_DevicePort)(IAMExtDevice *This,long DevicePort);
4899 #define IAMExtDevice_put_DevicePort(This,DevicePort) (This)->lpVtbl->put_DevicePort(This,DevicePort) argument
4915 HRESULT WINAPI IAMExtDevice_put_DevicePort_Proxy(IAMExtDevice *This,long DevicePort);