Searched refs:synchronious (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 482 …eGrabberThread **ppIGT, IMFMediaSource *pSource, unsigned int deviceID, bool synchronious = false); 490 ImageGrabberThread(IMFMediaSource *pSource, unsigned int deviceID, bool synchronious); 1629 HRESULT ImageGrabber::CreateInstance(ImageGrabber **ppIG, unsigned int deviceID, bool synchronious) in CreateInstance() argument 1631 *ppIG = new (std::nothrow) ImageGrabber(deviceID, synchronious); in CreateInstance() 1774 …ance(ImageGrabberThread **ppIGT, IMFMediaSource *pSource, unsigned int deviceID, bool synchronious) in CreateInstance() argument 1776 *ppIGT = new (std::nothrow) ImageGrabberThread(pSource, deviceID, synchronious); in CreateInstance() 1787 …bberThread::ImageGrabberThread(IMFMediaSource *pSource, unsigned int deviceID, bool synchronious) : in ImageGrabberThread() argument 1792 HRESULT hr = ImageGrabber::CreateInstance(&igt_pImageGrabber, deviceID, synchronious); in ImageGrabberThread()
|