Searched refs:uiTotal (Results 1 – 1 of 1) sorted by relevance
1645 UINT32 uiTotal; in IsMediaTypeSupported() local1646 hr = pType->GetCount(&uiTotal); in IsMediaTypeSupported()1647 for (uiCount = 0; SUCCEEDED(hr) && uiCount < uiTotal; uiCount++) { in IsMediaTypeSupported()1724 UINT32 uiTotal; in GetMediaTypeByIndex() local1725 hr = pType->GetCount(&uiTotal); in GetMediaTypeByIndex()1726 for (uiCount = 0; SUCCEEDED(hr) && uiCount < uiTotal; uiCount++) { in GetMediaTypeByIndex()