Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h4865 virtual HRESULT WINAPI get_DevicePower(long *pPowerMode) = 0;
4880 HRESULT (WINAPI *get_DevicePower)(IAMExtDevice *This,long *pPowerMode);
4897 #define IAMExtDevice_get_DevicePower(This,pPowerMode) (This)->lpVtbl->get_DevicePower(This,pPowerMo… argument
4911 HRESULT WINAPI IAMExtDevice_get_DevicePower_Proxy(IAMExtDevice *This,long *pPowerMode);