Home
last modified time | relevance | path

Searched refs:angle_start (Results 1 – 10 of 10) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_utils.h77 float angle_start, float angle_end,
90 float angle_start, float angle_end,
Dcl_utils.cpp290 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()
Dcl_image_360_stitch.cpp458 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/
Ddata_types.h135 float angle_start, angle_end; // angle degree member
144 , angle_start (90.0f), angle_end (270.0f) in BowlDataConfig()
/external/libxcam/xcore/
Dxcam_utils.cpp102 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()
Dsurview_fisheye_dewarp.cpp73 bowl_config.angle_start, bowl_config.angle_end, in fisheye_dewarp()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp430 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/
Dcomposite.c783 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/
Dftstroke.c533 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/
Dtest-soft-image.cpp772 bowl.angle_start = 0.0f; in main()