Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcontours.cpp1143 CvMemStorage* storage01 = 0; in icvFindContoursInInterval() local
1191 CV_CALL( storage01 = cvCreateChildMemStorage(storage)); in icvFindContoursInInterval()
1208 cvStartWriteSeq( 0, sizeof(CvSeq), sizeof(CvLinkedRunPoint*), storage01, &writer_ext ); in icvFindContoursInInterval()
1209 cvStartWriteSeq( 0, sizeof(CvSeq), sizeof(CvLinkedRunPoint*), storage01, &writer_int ); in icvFindContoursInInterval()
1482 cvReleaseMemStorage(&storage01); in icvFindContoursInInterval()