Home
last modified time | relevance | path

Searched refs:left_buf (Results 1 – 6 of 6) sorted by relevance

/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp228 const SmartPtr<VideoBuffer> &left_buf, const SmartPtr<VideoBuffer> &right_buf, in optical_flow_feature_match() argument
233 if (!get_crop_image (left_buf, left_crop_rect, _left_crop_image, left_img) in optical_flow_feature_match()
250 debug_write_image (left_buf, left_crop_rect, img_name, frame_str, fm_idx_str); in optical_flow_feature_match()
Dcv_capi_feature_match.h45 const SmartPtr<VideoBuffer> &left_buf, const SmartPtr<VideoBuffer> &right_buf,
Dsoft_stitcher.cpp185 const SmartPtr<VideoBuffer> &left_buf,
497 const SmartPtr<VideoBuffer> &left_buf, in feature_match() argument
504 const VideoBufferInfo left_buf_info = left_buf->get_video_info (); in feature_match()
513 left_buf, right_buf, left_ovlap, right_ovlap, left_buf_info.width); in feature_match()
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp221 const SmartPtr<VideoBuffer> &left_buf, const SmartPtr<VideoBuffer> &right_buf, in optical_flow_feature_match() argument
228 if (!get_crop_image (left_buf, left_crop_rect, left_umat) in optical_flow_feature_match()
256 debug_write_image (left_buf, left_crop_rect, img_name, frame_str, fm_idx_str); in optical_flow_feature_match()
Dcv_feature_match.h45 const SmartPtr<VideoBuffer> &left_buf, const SmartPtr<VideoBuffer> &right_buf,
/external/libxcam/xcore/interface/
Dfeature_match.h67 const SmartPtr<VideoBuffer> &left_buf, const SmartPtr<VideoBuffer> &right_buf,