Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp951 STDMETHODIMP GetItemByIndex(UINT32 unIndex, GUID* pguidKey, PROPVARIANT* pValue) in GetItemByIndex() function in CBaseAttributes
954 return _spAttributes->GetItemByIndex(unIndex, pguidKey, pValue); in GetItemByIndex()
1650 hr = pType->GetItemByIndex(uiCount, &guid, &propval); in IsMediaTypeSupported()
1729 hr = pType->GetItemByIndex(uiCount, &guid, &propval); in GetMediaTypeByIndex()
Dcap_msmf.cpp818 HRESULT hr = pAttr->GetItemByIndex(index, &guid, &var); in LogAttributeValueByIndexNew()