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

  /external/opencv/cxcore/src/
cxpersistence.cpp 160 #define CV_FS_MAX_LEN 4096
935 char buf[CV_FS_MAX_LEN + 1024];
1036 for( len = 0; len < CV_FS_MAX_LEN; )
1052 for( len = 0; len < CV_FS_MAX_LEN; )
1095 if( len >= CV_FS_MAX_LEN )
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 331 #define CV_FS_MAX_LEN 4096
1035 char buf[CV_FS_MAX_LEN + 1024];
1136 for( len = 0; len < CV_FS_MAX_LEN; )
1152 for( len = 0; len < CV_FS_MAX_LEN; )
    [all...]

Completed in 58 milliseconds