HomeSort by relevance Sort by last modified time
    Searched refs:CompareItem (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 212 STDMETHOD_(HRESULT,CompareItem)(THIS_ REFGUID guidKey,REFPROPVARIANT Value,BOOL *pbResult) PURE;
258 #define IMFASFContentInfo_CompareItem(This,guidKey,Value,pbResult) (This)->lpVtbl->CompareItem(This,guidKey,Value,pbResult)
314 STDMETHOD_(HRESULT,CompareItem)(THIS_ REFGUID guidKey,REFPROPVARIANT Value,BOOL *pbResult) PURE;
363 #define IMFASFStreamConfig_CompareItem(This,guidKey,Value,pbResult) (This)->lpVtbl->CompareItem(This,guidKey,Value,pbResult)
422 STDMETHOD_(HRESULT,CompareItem)(THIS_ REFGUID guidKey,REFPROPVARIANT Value,BOOL *pbResult) PURE;
477 #define IMFASFProfile_CompareItem(This,guidKey,Value,pbResult) (This)->lpVtbl->CompareItem(This,guidKey,Value,pbResult)
    [all...]
mfidl.h 194 HRESULT (STDMETHODCALLTYPE *CompareItem)(
426 #define IMFTopologyNode_CompareItem(This,guidKey,Value,pbResult) (This)->lpVtbl->CompareItem(This,guidKey,Value,pbResult)
490 return This->lpVtbl->CompareItem(This,guidKey,Value,pbResult);
826 HRESULT (STDMETHODCALLTYPE *CompareItem)(
    [all...]
mfobjects.h 175 virtual HRESULT STDMETHODCALLTYPE CompareItem(
323 HRESULT (STDMETHODCALLTYPE *CompareItem)(
480 #define IMFAttributes_CompareItem(This,guidKey,Value,pbResult) (This)->lpVtbl->CompareItem(This,guidKey,Value,pbResult)
527 return This->lpVtbl->CompareItem(This,guidKey,Value,pbResult);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]

Completed in 71 milliseconds