Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp2324 IMFActivate *vd_pActivate = NULL; in initDevice() local
2335 hr = checkDevice(pAttributes.Get(), &vd_pActivate); in initDevice()
2336 if (SUCCEEDED(hr) && vd_pActivate) in initDevice()
2339 hr = vd_pActivate->ActivateObject( in initDevice()
2346 SafeRelease(&vd_pActivate); in initDevice()