Home
last modified time | relevance | path

Searched refs:_frame_num (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp161 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/
Dcv_feature_match.cpp163 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/
Dfeature_match.h93 uint _frame_num; variable
Dfeature_match.cpp33 , _frame_num (0) in FeatureMatch()