Searched refs:GetBlob (Results 1 – 7 of 7) sorted by relevance
467 virtual CvBlob* GetBlob(int BlobIndex) in GetBlob() function in CvBlobSeq475 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 …]
43 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob() function in v8::internal::SnapshotByteSource
99 int id_length = bytes->GetBlob(&id); in ReadNameAndContentPair()100 int source_length = bytes->GetBlob(&source); in ReadNameAndContentPair()
61 int GetBlob(const byte** data);
33 <method name="GetBlob">
51 "GetBlob",
855 STDMETHODIMP GetBlob(REFGUID guidKey, UINT8* pBuf, UINT32 cbBufSize, UINT32* pcbBlobSize) in GetBlob() function in CBaseAttributes858 return _spAttributes->GetBlob(guidKey, pBuf, cbBufSize, pcbBlobSize); in GetBlob()