HomeSort by relevance Sort by last modified time
    Searched full:image_list_file_name (Results 1 - 3 of 3) sorted by null

  /development/perftests/panorama/feature_stab/src/dbregtest/
dbregtest.cpp 73 string& image_list_file_name,
110 string image_list_file_name; local
122 parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,motion_smoothing_gain);
124 ifstream in(image_list_file_name.c_str(),ios::in);
128 cerr << "Could not open file " << image_list_file_name << ". Exiting" << endl;
307 string& image_list_file_name,
388 image_list_file_name = token;
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 73 string& image_list_file_name,
110 string image_list_file_name; local
122 parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,motion_smoothing_gain);
124 ifstream in(image_list_file_name.c_str(),ios::in);
128 cerr << "Could not open file " << image_list_file_name << ". Exiting" << endl;
307 string& image_list_file_name,
388 image_list_file_name = token;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 73 string& image_list_file_name,
110 string image_list_file_name; local
122 parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,motion_smoothing_gain);
124 ifstream in(image_list_file_name.c_str(),ios::in);
128 cerr << "Could not open file " << image_list_file_name << ". Exiting" << endl;
307 string& image_list_file_name,
388 image_list_file_name = token;

Completed in 334 milliseconds