/external/libxcam/xcore/ |
D | xcam_analyzer.cpp | 162 XCAM_LOG_INFO ( in init() 178 XCAM_LOG_INFO ("Analyzer(%s) deinited.", XCAM_STR(get_name())); in deinit() 212 XCAM_LOG_INFO ("Analyzer(%s) started in %s mode.", XCAM_STR(get_name()), in start() 226 XCAM_LOG_INFO ("Analyzer(%s) stopped.", XCAM_STR(get_name())); in stop()
|
D | pipe_manager.cpp | 74 XCAM_LOG_INFO ("prepare smart analyzer handler failed"); in start() 79 XCAM_LOG_INFO ("initialize smart analyzer failed"); in start() 82 XCAM_LOG_INFO ("start smart analyzer failed"); in start()
|
D | x3a_image_process_center.cpp | 48 … XCAM_LOG_INFO ("Add processor(%s) into image processor center", XCAM_STR (processor->get_name())); in insert_processor() 84 XCAM_LOG_INFO ("3a process center started"); in start() 101 XCAM_LOG_INFO ("3a process center stopped"); in stop()
|
D | v4l2_device.cpp | 280 XCAM_LOG_INFO ("device(%s) set framerate(%d/%d)", XCAM_STR (_name), _fps_n, _fps_d); in set_format() 293 XCAM_LOG_INFO ( in set_format() 433 XCAM_LOG_INFO ("device(%s) started successfully", XCAM_STR (_name)); in start() 450 XCAM_LOG_INFO ("device(%s) stopped", XCAM_STR (_name)); in stop() 467 XCAM_LOG_INFO ("device(%s) starts failed on VIDIOC_REQBUFS", XCAM_STR (_name)); in request_buffer()
|
D | device_manager.cpp | 205 XCAM_LOG_INFO ("prepare smart analyzer handler failed"); in start() 209 XCAM_LOG_INFO ("initialize smart analyzer failed"); in start() 212 XCAM_LOG_INFO ("start smart analyzer failed"); in start()
|
D | smart_analysis_handler.cpp | 71 XCAM_LOG_INFO ("create smart analysis context(%s)", XCAM_STR(get_name())); in create_context() 93 XCAM_LOG_INFO ("destroy smart analysis context(%s)", XCAM_STR(get_name())); in destroy_context()
|
D | dynamic_analyzer_loader.cpp | 53 XCAM_LOG_INFO ("analyzer(%s) created from 3a lib", XCAM_STR (analyzer->get_name())); in load_analyzer()
|
D | x3a_analyzer_manager.cpp | 73 XCAM_LOG_INFO ("doesn't find environment=>XCAM_3A_LIB, change to default dir:%s", dir_path); in find_analyzer()
|
D | smart_analyzer_loader.cpp | 118 XCAM_LOG_INFO ("smart handler(%s) created from lib", XCAM_STR (handler->get_name())); in load_smart_handler()
|
D | image_processor.cpp | 184 XCAM_LOG_INFO ("ImageProcessor(%s) started", XCAM_STR (_name)); in start()
|
/external/libxcam/modules/soft/ |
D | cv_capi_feature_match.cpp | 82 …XCAM_LOG_INFO ("FeatureMatch(idx:%d): detected corners:%d, reserved size:%d", _fm_idx, found_num, … in add_detected_data() 159 XCAM_LOG_INFO ("FeatureMatch(idx:%d): valid offsets:%d", _fm_idx, offsets.size ()); in calc_of_match() 211 XCAM_LOG_INFO ("FeatureMatch(idx:%d): matched corners:%d", _fm_idx, count); in detect_and_match() 220 XCAM_LOG_INFO ( in detect_and_match() 255 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num); in optical_flow_feature_match()
|
D | soft_stitcher.cpp | 439 XCAM_LOG_INFO ( in fisheye_dewarp_to_table() 804 …XCAM_LOG_INFO ("soft-stitcher:%s camera(idx:%d) dewarp done", XCAM_STR (get_name ()), dewarp_param… in dewarp_done() 837 …XCAM_LOG_INFO ("blender:(%s) overlap:%d done", XCAM_STR (handler->get_name ()), blender_param->idx… in blender_done() 862 XCAM_LOG_INFO ("soft-stitcher:%s camera(idx:%d) copy done", XCAM_STR (get_name ()), args->idx); in copy_task_done()
|
/external/libxcam/modules/isp/ |
D | atomisp_device.cpp | 75 XCAM_LOG_INFO ("target subdev format (%dx%d, code %d)", in pre_set_format() 84 XCAM_LOG_INFO ("negotiated subdev format (%dx%d, code %d)", in pre_set_format()
|
D | hybrid_analyzer_loader.cpp | 74 XCAM_LOG_INFO ("analyzer(%s) created from 3a lib", XCAM_STR (analyzer->get_name())); in load_analyzer()
|
D | x3a_analyzer_aiq.cpp | 64 XCAM_LOG_INFO ("read cpf(%s) ok", XCAM_STR (_name)); in read()
|
/external/libxcam/xcore/interface/ |
D | feature_match.cpp | 71 XCAM_LOG_INFO ( in get_mean_offset() 97 XCAM_LOG_INFO ( in get_mean_offset()
|
/external/libxcam/xcore/base/ |
D | xcam_defs.h | 34 #ifndef XCAM_LOG_INFO 35 #define XCAM_LOG_INFO(format, ...) \ macro
|
/external/libxcam/tests/ |
D | test-cl-image.cpp | 541 XCAM_LOG_INFO ("processed %d buffers successfully", buf_count); in main() 561 XCAM_LOG_INFO ("PSNR_Y: %.2f", psnr); in main() 577 XCAM_LOG_INFO ("PSNR_R: %.2f", psnr); in main() 581 XCAM_LOG_INFO ("PSNR_G: %.2f", psnr); in main() 585 XCAM_LOG_INFO ("PSNR_B: %.2f", psnr); in main()
|
D | test-pipe-manager.cpp | 263 XCAM_LOG_INFO ("use image %s as input source", optarg); in main() 393 XCAM_LOG_INFO ("load smart analyzer(%s) failed", DEFAULT_SMART_ANALYSIS_LIB_DIR); in main()
|
/external/libxcam/modules/ocl/ |
D | cv_feature_match.cpp | 161 XCAM_LOG_INFO ("FeatureMatch(idx:%d): valid offsets:%d", _fm_idx, offsets.size ()); in calc_of_match() 213 XCAM_LOG_INFO ( in detect_and_match() 261 XCAM_LOG_INFO ("FeatureMatch(idx:%d): frame number:%d done", _fm_idx, _frame_num); in optical_flow_feature_match()
|
D | cl_device.cpp | 126 XCAM_LOG_INFO ( in init()
|
D | cl_bayer_basic_handler.cpp | 120 XCAM_LOG_INFO ("cl bayer 3a-stats thread is going to stop, processing data empty"); in loop()
|
D | cl_image_360_stitch.cpp | 413 XCAM_LOG_INFO ( in calc_fisheye_initial_info() 452 XCAM_LOG_INFO ( in calc_fisheye_initial_info()
|
/external/libxcam/capi/ |
D | context_priv.cpp | 223 XCAM_LOG_INFO ("stitch output size width:%d height:%d", sttch_width, sttch_height); in create_handler()
|
/external/libxcam/wrapper/gstreamer/ |
D | gstxcamsrc.cpp | 1059 XCAM_LOG_INFO ("cpf: %s", xcamsrc->path_to_cpf); in gst_xcam_src_start() 1069 XCAM_LOG_INFO ("dynamic 3a library: %s", xcamsrc->path_to_3alib); in gst_xcam_src_start() 1080 XCAM_LOG_INFO ("hybrid 3a library: %s", xcamsrc->path_to_3alib); in gst_xcam_src_start() 1134 XCAM_LOG_INFO ("analyzer(%s) prepare handlers failed", smart_analyzer->get_name ()); in gst_xcam_src_start()
|