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

  /external/opencv3/modules/videoio/src/cap_winrt/
MediaStreamSink.cpp 310 CHK(_curMT->CopyAllItems(mt.Get()));
383 CHK(mt->CopyAllItems(_curMT.Get()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 213 STDMETHOD_(HRESULT,CopyAllItems)(THIS_ IMFAttributes *pDest) PURE;
259 #define IMFASFContentInfo_CopyAllItems(This,pDest) (This)->lpVtbl->CopyAllItems(This,pDest)
315 STDMETHOD_(HRESULT,CopyAllItems)(THIS_ IMFAttributes *pDest) PURE;
364 #define IMFASFStreamConfig_CopyAllItems(This,pDest) (This)->lpVtbl->CopyAllItems(This,pDest)
423 STDMETHOD_(HRESULT,CopyAllItems)(THIS_ IMFAttributes *pDest) PURE;
478 #define IMFASFProfile_CopyAllItems(This,pDest) (This)->lpVtbl->CopyAllItems(This,pDest)
    [all...]
mfidl.h 332 HRESULT (STDMETHODCALLTYPE *CopyAllItems)(
453 #define IMFTopologyNode_CopyAllItems(This,pDest) (This)->lpVtbl->CopyAllItems(This,pDest)
571 return This->lpVtbl->CopyAllItems(This,pDest);
    [all...]
mfobjects.h 289 virtual HRESULT STDMETHODCALLTYPE CopyAllItems(
461 HRESULT (STDMETHODCALLTYPE *CopyAllItems)(
507 #define IMFAttributes_CopyAllItems(This,pDest) (This)->lpVtbl->CopyAllItems(This,pDest)
608 return This->lpVtbl->CopyAllItems(This,pDest);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]

Completed in 93 milliseconds