Searched refs:GetItemByIndex (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 951 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()
|
D | cap_msmf.cpp | 818 HRESULT hr = pAttr->GetItemByIndex(index, &guid, &var); in LogAttributeValueByIndexNew()
|