Home
last modified time | relevance | path

Searched refs:SetBlob (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/include/
Dcvvidsurv.hpp860 virtual void SetBlob(int /*BlobIndex*/, CvBlob* /*pBlob*/){}; in SetBlob() function in CvBlobTracker
865 SetBlob(GetBlobIndexByID(BlobID),pBlob); in SetBlobByID()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp921 STDMETHODIMP SetBlob(REFGUID guidKey, const UINT8* pBuf, UINT32 cbBufSize) in SetBlob() function in CBaseAttributes
924 return _spAttributes->SetBlob(guidKey, pBuf, cbBufSize); in SetBlob()
2560 … hr = pAttr->SetBlob(guidKey, pbBlog, cbBlob); in AddAttribute()