OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_list_file_name
(Results
1 - 3
of
3
) sorted by null
/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/Gallery2/jni_mosaic/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 407 milliseconds