Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp482 …static HRESULT CreateInstance(ImageGrabberThread **ppIGT, IMFMediaSource *pSource, unsigned int de…
1774 HRESULT ImageGrabberThread::CreateInstance(ImageGrabberThread **ppIGT, IMFMediaSource *pSource, uns… in CreateInstance() argument
1776 *ppIGT = new (std::nothrow) ImageGrabberThread(pSource, deviceID, synchronious); in CreateInstance()
1777 if (ppIGT == NULL) in CreateInstance()