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

  /external/autotest/server/cros/clique_lib/
clique_dut_control.py 97 def find_param(self, param_key): member in class:CliqueControl
479 capturer = self.find_param('capturer')
480 capturer_frequency = self.find_param('capturer_frequency')
481 capturer_ht_type = self.find_param('capturer_ht_type')
500 capturer = self.find_param('capturer')
  /external/opencv3/modules/imgproc/test/
test_contours.cpp 123 min_blob_size = cvReadInt( find_param( fs, "min_blob_size" ), min_blob_size );
124 max_blob_size = cvReadInt( find_param( fs, "max_blob_size" ), max_blob_size );
125 max_log_blob_count = cvReadInt( find_param( fs, "max_log_blob_count" ), max_log_blob_count );
126 min_log_img_size = cvReadInt( find_param( fs, "min_log_img_size" ), min_log_img_size );
127 max_log_img_size = cvReadInt( find_param( fs, "max_log_img_size" ), max_log_img_size );
test_histograms.cpp 125 test_case_count = cvReadInt( find_param( fs, "struct_count" ), test_case_count );
126 max_log_size = cvReadInt( find_param( fs, "max_log_size" ), max_log_size );
128 img_max_log_size = cvReadInt( find_param( fs, "max_log_array_size" ), img_max_log_size );
131 max_cdims = cvReadInt( find_param( fs, "max_cdims" ), max_cdims );
    [all...]
test_templmatch.cpp 85 max_template_size = cvReadInt( find_param( fs, "max_template_size" ), max_template_size );
test_convhull.cpp 257 test_case_count = cvReadInt( find_param( fs, "struct_count" ), test_case_count );
258 min_log_size = cvReadInt( find_param( fs, "min_log_size" ), min_log_size );
259 max_log_size = cvReadInt( find_param( fs, "max_log_size" ), max_log_size );
    [all...]
test_filter.cpp 86 max_aperture_size = cvReadInt( find_param( fs, "max_aperture_size" ), max_aperture_size );
    [all...]
  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 89 min_log_array_size = cvReadInt( find_param( fs, "min_log_array_size" ), min_log_array_size );
90 max_log_array_size = cvReadInt( find_param( fs, "max_log_array_size" ), max_log_array_size );
91 test_case_count = cvReadInt( find_param( fs, "test_case_count" ), test_case_count );
ts.cpp 183 const CvFileNode* BaseTest::find_param( CvFileStorage* fs, const char* param_name ) function in class:cvtest::BaseTest
  /external/opencv3/modules/video/test/
test_camshift.cpp 99 test_case_count = cvReadInt( find_param( fs, "test_case_count" ), test_case_count );
100 min_log_size = cvReadInt( find_param( fs, "min_log_size" ), min_log_size );
101 max_log_size = cvReadInt( find_param( fs, "max_log_size" ), max_log_size );
  /external/opencv3/modules/core/test/
test_ds.cpp 393 struct_count = cvReadInt( find_param( fs, "struct_count" ), struct_count );
394 max_struct_size = cvReadInt( find_param( fs, "max_struct_size" ), max_struct_size );
395 generations = cvReadInt( find_param( fs, "generations" ), generations );
396 iterations = cvReadInt( find_param( fs, "iterations" ), iterations );
400 min_log_storage_block_size = cvReadInt( find_param( fs, "min_log_storage_block_size" ),
402 max_log_storage_block_size = cvReadInt( find_param( fs, "max_log_storage_block_size" ),
404 min_log_elem_size = cvReadInt( find_param( fs, "min_log_elem_size" ), min_log_elem_size );
405 max_log_elem_size = cvReadInt( find_param( fs, "max_log_elem_size" ), max_log_elem_size );
    [all...]
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 239 const CvFileNode* find_param( CvFileStorage* fs, const char* param_name );

Completed in 441 milliseconds