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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 238 STDMETHOD_(HRESULT,SetUINT64)(THIS_ REFGUID guidKey,UINT64 unValue) PURE;
284 #define IMFASFContentInfo_SetUINT64(This,guidKey,unValue) (This)->lpVtbl->SetUINT64(This,guidKey,unValue)
340 STDMETHOD_(HRESULT,SetUINT64)(THIS_ REFGUID guidKey,UINT64 unValue) PURE;
389 #define IMFASFStreamConfig_SetUINT64(This,guidKey,unValue) (This)->lpVtbl->SetUINT64(This,guidKey,unValue)
448 STDMETHOD_(HRESULT,SetUINT64)(THIS_ REFGUID guidKey,UINT64 unValue) PURE;
    [all...]
mfidl.h 285 HRESULT (STDMETHODCALLTYPE *SetUINT64)(
443 #define IMFTopologyNode_SetUINT64(This,guidKey,unValue) (This)->lpVtbl->SetUINT64(This,guidKey,unValue)
541 return This->lpVtbl->SetUINT64(This,guidKey,unValue);
    [all...]
mfobjects.h 250 virtual HRESULT STDMETHODCALLTYPE SetUINT64(
414 HRESULT (STDMETHODCALLTYPE *SetUINT64)(
497 #define IMFAttributes_SetUINT64(This,guidKey,unValue) (This)->lpVtbl->SetUINT64(This,guidKey,unValue)
578 return This->lpVtbl->SetUINT64(This,guidKey,unValue);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]

Completed in 131 milliseconds