Home
last modified time | relevance | path

Searched refs:LOGE_ORB (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos.cpp419 LOGE_ORB("\n-------------------------------------\n"); in get_affine_matrix()
420 LOGE_ORB("%s", res); in get_affine_matrix()
479 LOGE_ORB("number of points must bigger than dimension\n"); in affine_fit()
530 LOGE_ORB("matched keypoints num(%d) not enough", matched_keypoints->length); in elimate_affine_transform()
679 LOGE_ORB("valid matched keypoints %d less than 6", i); in elimate_affine_transform()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h290 #define LOGE_ORB(...) XCAM_MODULE_LOG_ERROR(XCORE_LOG_MODULE_AORB, 0xff, ##__VA_ARGS__) macro