Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxswitcher.cpp644 static char plugin_list_buf[1024] = ""; in cvGetModuleInfo() local
699 char* ptr = plugin_list_buf; in cvGetModuleInfo()
709 if( ptr > plugin_list_buf ) in cvGetModuleInfo()
712 *plugin_list = plugin_list_buf; in cvGetModuleInfo()