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

  /external/opencv3/modules/videoio/src/cap_winrt/
MFIncludes.hpp 69 CHK(reinterpret_cast<IInspectable*>(in)->QueryInterface(IID_PPV_ARGS(&out)));
87 CHK(in->QueryInterface(IID_PPV_ARGS(&out)));
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.cpp 178 reinterpret_cast<IInspectable*>( pixelBuffer)->QueryInterface(IID_PPV_ARGS(&bufferByteAccess));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objbase.h 176 #define IID_PPV_ARGS(iface) __uuidof(**(iface)), IID_PPV_ARGS_Helper(iface)

Completed in 183 milliseconds