Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp1645 UINT32 uiTotal; in IsMediaTypeSupported() local
1646 hr = pType->GetCount(&uiTotal); in IsMediaTypeSupported()
1647 for (uiCount = 0; SUCCEEDED(hr) && uiCount < uiTotal; uiCount++) { in IsMediaTypeSupported()
1724 UINT32 uiTotal; in GetMediaTypeByIndex() local
1725 hr = pType->GetCount(&uiTotal); in GetMediaTypeByIndex()
1726 for (uiCount = 0; SUCCEEDED(hr) && uiCount < uiTotal; uiCount++) { in GetMediaTypeByIndex()