Searched refs:_frame_num (Results 1 – 4 of 4) sorted by relevance
/external/libxcam/modules/soft/ |
D | cv_capi_feature_match.cpp | 161 std::snprintf (file_name, 256, "fm_optical_flow_%d_%d.jpg", _frame_num, _fm_idx); in calc_of_match() 244 std::snprintf (frame_str, 64, "frame:%d", _frame_num); in optical_flow_feature_match() 249 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_0.jpg", _frame_num, _fm_idx); in optical_flow_feature_match() 252 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_1.jpg", _frame_num, _fm_idx); in optical_flow_feature_match() 255 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num); in optical_flow_feature_match() 257 _frame_num++; in optical_flow_feature_match()
|
/external/libxcam/modules/ocl/ |
D | cv_feature_match.cpp | 163 std::snprintf (file_name, 256, "fm_optical_flow_%d_%d.jpg", _frame_num, _fm_idx); in calc_of_match() 250 std::snprintf (frame_str, 64, "frame:%d", _frame_num); in optical_flow_feature_match() 255 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_0.jpg", _frame_num, _fm_idx); in optical_flow_feature_match() 258 std::snprintf (img_name, 256, "fm_in_stitch_area_%d_%d_1.jpg", _frame_num, _fm_idx); in optical_flow_feature_match() 261 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num); in optical_flow_feature_match() 262 _frame_num++; in optical_flow_feature_match()
|
/external/libxcam/xcore/interface/ |
D | feature_match.h | 93 uint _frame_num; variable
|
D | feature_match.cpp | 33 , _frame_num (0) in FeatureMatch()
|