Searched refs:angle_start (Results 1 – 10 of 10) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_utils.h | 77 float angle_start, float angle_end, 90 float angle_start, float angle_end,
|
D | cl_utils.cpp | 290 float angle_start, float angle_end, in generate_rectifiedview_map_table() argument 297 float angle_center = (angle_start + angle_end) / 2.0f; in generate_rectifiedview_map_table() 298 float theta = degree2radian((angle_end - angle_start)) / 2.0f; in generate_rectifiedview_map_table() 401 float angle_start, float angle_end, in sample_generate_rectified_view() argument 412 …generate_rectifiedview_map_table (stitch_info, config, map_table, angle_start, angle_end, rectifie… in sample_generate_rectified_view()
|
D | cl_image_360_stitch.cpp | 458 bowl_data_config[0].angle_start = -view_angle[0] / 2; in calc_fisheye_initial_info() 464 bowl_data_config[i].angle_start = angle_center - view_angle[i] / 2; in calc_fisheye_initial_info()
|
/external/libxcam/xcore/interface/ |
D | data_types.h | 135 float angle_start, angle_end; // angle degree member 144 , angle_start (90.0f), angle_end (270.0f) in BowlDataConfig()
|
/external/libxcam/xcore/ |
D | xcam_utils.cpp | 102 float angle_step = fabs(config.angle_end - config.angle_start) / img_width; in bowl_view_image_to_world() 106 angle = degree2radian (config.angle_start + img_pos.x * angle_step); in bowl_view_image_to_world() 133 angle = degree2radian (config.angle_start + img_pos.x * angle_step); in bowl_view_image_to_world()
|
D | surview_fisheye_dewarp.cpp | 73 bowl_config.angle_start, bowl_config.angle_end, in fisheye_dewarp()
|
/external/libxcam/modules/soft/ |
D | soft_stitcher.cpp | 430 bowl.angle_start = view_slice.hori_angle_start; in fisheye_dewarp_to_table() 437 if (bowl.angle_end < bowl.angle_start) in fisheye_dewarp_to_table() 438 bowl.angle_start -= 360.0f; in fisheye_dewarp_to_table() 443 bowl.angle_start, bowl.angle_end); in fisheye_dewarp_to_table()
|
/external/ImageMagick/MagickCore/ |
D | composite.c | 783 angle_start, local 852 angle_start=0.0; 856 angle_start=DegreesToRadians(geometry_info.xi); 857 angle_range=DegreesToRadians(geometry_info.psi)-angle_start; 911 angle=angle_start+angle_range*QuantumScale*
|
/external/freetype/src/base/ |
D | ftstroke.c | 533 FT_Angle angle_start, in ft_stroke_border_arcto() argument 543 FT_Vector_From_Polar( &a, radius, angle_start ); in ft_stroke_border_arcto() 548 angle = angle_start; in ft_stroke_border_arcto()
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 772 bowl.angle_start = 0.0f; in main()
|