Home
last modified time | relevance | path

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

/external/opencv/cv/src/
DmycvHaarDetectObjects.cpp946 CvMemStorage* temp_storage_thread; in mycvHaarDetectObjects() local
947 CV_CALL( temp_storage_thread = cvCreateMemStorage(0)); in mycvHaarDetectObjects()
949 sizeof(CvRect), temp_storage_thread )); in mycvHaarDetectObjects()
Dcvhaar.cpp918 CvMemStorage* temp_storage_thread; in cvHaarDetectObjects() local
919 CV_CALL( temp_storage_thread = cvCreateMemStorage(0)); in cvHaarDetectObjects()
921 sizeof(CvRect), temp_storage_thread )); in cvHaarDetectObjects()