HomeSort by relevance Sort by last modified time
    Searched refs:GetItemByIndex (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 224 STDMETHOD_(HRESULT,GetItemByIndex)(THIS_ UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) PURE;
270 #define IMFASFContentInfo_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
326 STDMETHOD_(HRESULT,GetItemByIndex)(THIS_ UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) PURE;
375 #define IMFASFStreamConfig_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
434 STDMETHOD_(HRESULT,GetItemByIndex)(THIS_ UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) PURE;
    [all...]
mfidl.h 326 HRESULT (STDMETHODCALLTYPE *GetItemByIndex)(
452 #define IMFTopologyNode_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
568 return This->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue);
    [all...]
mfobjects.h 284 virtual HRESULT STDMETHODCALLTYPE GetItemByIndex(
455 HRESULT (STDMETHODCALLTYPE *GetItemByIndex)(
506 #define IMFAttributes_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
605 return This->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]
cap_msmf.cpp 818 HRESULT hr = pAttr->GetItemByIndex(index, &guid, &var);
    [all...]

Completed in 149 milliseconds