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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 229 STDMETHOD_(HRESULT,GetUINT64)(THIS_ REFGUID guidKey,UINT64 *punValue) PURE;
275 #define IMFASFContentInfo_GetUINT64(This,guidKey,punValue) (This)->lpVtbl->GetUINT64(This,guidKey,punValue)
331 STDMETHOD_(HRESULT,GetUINT64)(THIS_ REFGUID guidKey,UINT64 *punValue) PURE;
380 #define IMFASFStreamConfig_GetUINT64(This,guidKey,punValue) (This)->lpVtbl->GetUINT64(This,guidKey,punValue)
439 STDMETHOD_(HRESULT,GetUINT64)(THIS_ REFGUID guidKey,UINT64 *punValue) PURE;
    [all...]
mfidl.h 211 HRESULT (STDMETHODCALLTYPE *GetUINT64)(
429 #define IMFTopologyNode_GetUINT64(This,guidKey,punValue) (This)->lpVtbl->GetUINT64(This,guidKey,punValue)
499 return This->lpVtbl->GetUINT64(This,guidKey,punValue);
    [all...]
mfobjects.h 189 virtual HRESULT STDMETHODCALLTYPE GetUINT64(
340 HRESULT (STDMETHODCALLTYPE *GetUINT64)(
483 #define IMFAttributes_GetUINT64(This,guidKey,punValue) (This)->lpVtbl->GetUINT64(This,guidKey,punValue)
536 return This->lpVtbl->GetUINT64(This,guidKey,punValue);
    [all...]
mfapi.h 532 hres = pAttributes->GetUINT64(guidKey, &val);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]
cap_msmf.cpp     [all...]

Completed in 193 milliseconds