Searched refs:max_struct_size (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/test/
H A Dtest_ds.cpp336 int struct_count, max_struct_size, iterations, generations; member in class:Core_DynStructBaseTest
352 max_struct_size = 2000;
358 iterations = max_struct_size*2;
394 max_struct_size = cvReadInt( find_param( fs, "max_struct_size" ), max_struct_size );
408 max_struct_size = cvtest::clipInt( max_struct_size, 1, 1<<20 );
540 simple_struct[i] = sseq = cvTsCreateSimpleSeq( max_struct_size, elem_size );
542 sseq->count = cvtest::randInt( rng ) % max_struct_size;
[all...]

Completed in 214 milliseconds