HomeSort by relevance Sort by last modified time
    Searched refs:cvMemStorageAllocString (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 421 cvMemStorageAllocString( CvMemStorage* storage, const char* ptr, int len )
424 CV_FUNCNAME( "cvMemStorageAllocString" );
    [all...]
cxpersistence.cpp 464 CV_CALL( node->str = cvMemStorageAllocString( map->storage, str, len ));
1098 CV_CALL( node->data.str = cvMemStorageAllocString( fs->memstorage, buf, len ));
    [all...]

Completed in 563 milliseconds