Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp439 static HRESULT CreateInstance(ImageGrabberWinRT **ppIG, bool synchronous = false);
459 …static HRESULT CreateInstance(ImageGrabber **ppIG, unsigned int deviceID, bool synchronous = false…
1378 HRESULT ImageGrabberWinRT::CreateInstance(ImageGrabberWinRT **ppIG, bool synchronous) in CreateInstance() argument
1380 *ppIG = Microsoft::WRL::Make<ImageGrabberWinRT>(synchronous).Detach(); in CreateInstance()
1381 if (ppIG == NULL) in CreateInstance()
1629 HRESULT ImageGrabber::CreateInstance(ImageGrabber **ppIG, unsigned int deviceID, bool synchronious) in CreateInstance() argument
1631 *ppIG = new (std::nothrow) ImageGrabber(deviceID, synchronious); in CreateInstance()
1632 if (ppIG == NULL) in CreateInstance()