Searched refs:pBlob (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp749 virtual void AddBlob(CvBlob* pBlob) = 0;
773 /* pBlob - pointer to structure with blob parameters (ID is ignored)*/
777 virtual CvBlob* AddBlob(CvBlob* pBlob, IplImage* pImg, IplImage* pImgFG = NULL ) = 0;
796 virtual void ProcessBlob(int BlobIndex, CvBlob* pBlob, IplImage* /*pImg*/, IplImage* /*pImgFG*/ = NULL) argument
800 assert(pBlob);
801 //pBlob->ID;
804 pBlob[0] = pB[0];
805 pBlob->ID = ID;
809 virtual double GetConfidence(int /*BlobIndex*/, CvBlob* /*pBlob*/, IplImage* /*pImg*/, IplImage* /*pImgFG*/ = NULL)
827 virtual void UpdateBlob(int /*BlobIndex*/, CvBlob* /*pBlob*/, IplImag
863 SetBlobByID(int BlobID, CvBlob* pBlob) argument
865 SetBlob(GetBlobIndexByID(BlobID),pBlob); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c87424 Incrblob *pBlob = 0; local
87643 sqlite3_blob_close(sqlite3_blob *pBlob) argument
87663 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
87736 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
87743 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
87753 sqlite3_blob_bytes(sqlite3_blob *pBlob) argument
87768 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
108651 const unsigned char *pBlob; local
159038 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */ member in struct:Fts3SegReader
162227 char *pBlob; /* The BLOB encoding of the document size */ local
162273 char *pBlob; /* Storage for BLOB written into %_stat */ local
162578 blobGrowBuffer(Blob *pBlob, int nMin, int *pRc) argument
167650 sqlite3_blob *pBlob = pRtree->pNodeBlob; local
167683 sqlite3_blob *pBlob = pRtree->pNodeBlob; local
168690 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ local
171187 RtreeMatchArg *pBlob; local
194848 sqlite3_blob *pBlob = p->pReader; local
199729 sqlite3_blob *pBlob = 0; local
200315 fts5DecodeStructure( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) argument
200340 fts5DecodeAverages( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) argument
[all...]
H A Dshell.c8214 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
8216 char *zBlob = (char *)pBlob;
8859 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
8861 output_hex_blob(p->out, pBlob, nBlob);
8897 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
8899 output_hex_blob(p->out, pBlob, nBlob);
/external/sqlite/dist/
H A Dsqlite3.c87424 Incrblob *pBlob = 0; local
87643 sqlite3_blob_close(sqlite3_blob *pBlob) argument
87663 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
87736 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
87743 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
87753 sqlite3_blob_bytes(sqlite3_blob *pBlob) argument
87768 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
108651 const unsigned char *pBlob; local
159050 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */ member in struct:Fts3SegReader
162239 char *pBlob; /* The BLOB encoding of the document size */ local
162285 char *pBlob; /* Storage for BLOB written into %_stat */ local
162590 blobGrowBuffer(Blob *pBlob, int nMin, int *pRc) argument
167662 sqlite3_blob *pBlob = pRtree->pNodeBlob; local
167695 sqlite3_blob *pBlob = pRtree->pNodeBlob; local
168702 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ local
171199 RtreeMatchArg *pBlob; local
194860 sqlite3_blob *pBlob = p->pReader; local
199741 sqlite3_blob *pBlob = 0; local
200327 fts5DecodeStructure( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) argument
200352 fts5DecodeAverages( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) argument
[all...]
H A Dshell.c8220 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ argument
8222 char *zBlob = (char *)pBlob;
8865 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
8867 output_hex_blob(p->out, pBlob, nBlob);
8903 const void *pBlob = sqlite3_column_blob(p->pStmt, i); local
8905 output_hex_blob(p->out, pBlob, nBlob);

Completed in 629 milliseconds