Searched refs:ig_pSession (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/videoio/src/
H A Dcap_msmf.cpp465 IMFMediaSession *ig_pSession; member in class:__anon15769::ImageGrabber
1215 ig_pSession(NULL),
1221 if (ig_pSession)
1223 ig_pSession->Shutdown();
1234 SafeRelease(&ig_pSession);
1400 if (ig_pSession)
1402 ig_pSession->Shutdown();
1404 SafeRelease(&ig_pSession);
1450 CHECK_HR(hr = MFCreateMediaSession(NULL, &ig_pSession));
1457 if (ig_pSession)
[all...]

Completed in 57 milliseconds