Home
last modified time | relevance | path

Searched refs:attr_buf_size (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp2034 int attr_buf_size = (max_count*2 + 1)*sizeof(char*) + sizeof(CvAttrList); in icvXMLParseTag() local
2094 CV_CALL( chunk = (CvAttrList*)cvMemStorageAlloc( fs->memstorage, attr_buf_size )); in icvXMLParseTag()
2095 memset( chunk, 0, attr_buf_size ); in icvXMLParseTag()
/external/opencv3/modules/core/src/
Dpersistence.cpp2071 int attr_buf_size = (max_count*2 + 1)*sizeof(char*) + sizeof(CvAttrList); in icvXMLParseTag() local
2129 chunk = (CvAttrList*)cvMemStorageAlloc( fs->memstorage, attr_buf_size ); in icvXMLParseTag()
2130 memset( chunk, 0, attr_buf_size ); in icvXMLParseTag()