Searched refs:memstorage (Results 1 - 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
H A D | cxpersistence.cpp | 124 CvMemStorage* memstorage; member in struct:CvFileStorage 262 sizeof(CvFileMapNode), fs->memstorage, 16 )); 267 CV_CALL( seq = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvFileNode), fs->memstorage )); 409 cvReleaseMemStorage( &fs->memstorage ); 1098 CV_CALL( node->data.str = cvMemStorageAllocString( fs->memstorage, buf, len )); 1183 CV_CALL( node->data.str = cvMemStorageAllocString( fs->memstorage, ptr, (int)(str_end - ptr) )); 1993 CV_CALL( elem->data.str = cvMemStorageAllocString( fs->memstorage, buf, i )); 2094 CV_CALL( chunk = (CvAttrList*)cvMemStorageAlloc( fs->memstorage, attr_buf_size )); 2691 CV_CALL( fs->memstorage = cvCreateMemStorage( default_block_size )); 2692 fs->dststorage = dststorage ? dststorage : fs->memstorage; 3739 CvMemStorage* memstorage = 0; local 5171 cvLoad( const char* filename, CvMemStorage* memstorage, const char* name, const char** _real_name ) argument [all...] |
/external/opencv/cxcore/include/ |
H A D | cxcore.h | 1584 CvMemStorage* memstorage, 1742 CvMemStorage* memstorage CV_DEFAULT(NULL),
|
Completed in 69 milliseconds