Searched defs:memstorage (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp124 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...]

Completed in 50 milliseconds