Home
last modified time | relevance | path

Searched refs:GetBlob (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cvaux/include/
Dcvvidsurv.hpp467 virtual CvBlob* GetBlob(int BlobIndex) in GetBlob() function in CvBlobSeq
475 if(BlobID == CV_BLOB_ID(GetBlob(i))) in GetBlobByID()
476 return GetBlob(i); in GetBlobByID()
488 if(BlobID == CV_BLOB_ID(GetBlob(i))) in DelBlobByID()
783 virtual CvBlob* GetBlob(int BlobIndex) = 0;
802 pB = GetBlob(BlobIndex); in ProcessBlob()
820 CvBlob* pB = pBlobList->GetBlob(b); in GetConfidenceList()
835 CvBlob* pB=GetBlob(i-1); in Update()
847 CvBlob* pB=GetBlob(i-1); in GetBlobIndexByID()
854 virtual CvBlob* GetBlobByID(int BlobID){return GetBlob(GetBlobIndexByID(BlobID));}; in GetBlobByID()
[all …]
/external/v8/src/snapshot/
Dsnapshot-source-sink.cc43 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob() function in v8::internal::SnapshotByteSource
Dnatives-external.cc99 int id_length = bytes->GetBlob(&id); in ReadNameAndContentPair()
100 int source_length = bytes->GetBlob(&source); in ReadNameAndContentPair()
Dsnapshot-source-sink.h61 int GetBlob(const byte** data);
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dxml_interface_parser_unittest.cc33 <method name="GetBlob">
/external/autotest/client/site_tests/security_DbusMap/
Dbaseline51 "GetBlob",
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp855 STDMETHODIMP GetBlob(REFGUID guidKey, UINT8* pBuf, UINT32 cbBufSize, UINT32* pcbBlobSize) in GetBlob() function in CBaseAttributes
858 return _spAttributes->GetBlob(guidKey, pBuf, cbBufSize, pcbBlobSize); in GetBlob()