HomeSort by relevance Sort by last modified time
    Searched refs:angle_start (Results 1 - 11 of 11) sorted by null

  /external/libxcam/modules/ocl/
cl_utils.h 77 float angle_start, float angle_end,
90 float angle_start, float angle_end,
cl_utils.cpp 290 float angle_start, float angle_end,
297 float angle_center = (angle_start + angle_end) / 2.0f;
298 float theta = degree2radian((angle_end - angle_start)) / 2.0f;
401 float angle_start, float angle_end,
412 generate_rectifiedview_map_table (stitch_info, config, map_table, angle_start, angle_end, rectified_view_resolution_w, rectified_view_resolution_h);
cl_image_360_stitch.cpp 458 bowl_data_config[0].angle_start = -view_angle[0] / 2;
464 bowl_data_config[i].angle_start = angle_center - view_angle[i] / 2;
  /external/libxcam/xcore/interface/
data_types.h 135 float angle_start, angle_end; // angle degree member in struct:XCam::BowlDataConfig
144 , angle_start (90.0f), angle_end (270.0f)
  /external/libxcam/xcore/
xcam_utils.cpp 102 float angle_step = fabs(config.angle_end - config.angle_start) / img_width;
106 angle = degree2radian (config.angle_start + img_pos.x * angle_step);
133 angle = degree2radian (config.angle_start + img_pos.x * angle_step);
surview_fisheye_dewarp.cpp 73 bowl_config.angle_start, bowl_config.angle_end,
  /external/libxcam/modules/soft/
soft_stitcher.cpp 430 bowl.angle_start = view_slice.hori_angle_start;
437 if (bowl.angle_end < bowl.angle_start)
438 bowl.angle_start -= 360.0f;
443 bowl.angle_start, bowl.angle_end);
  /art/libdexfile/dex/
dex_file_verifier.cc 3225 const auto angle_start = std::lower_bound(first, angle_end, "<", compare); local
    [all...]
  /external/ImageMagick/MagickCore/
composite.c 785 angle_start,
854 angle_start=0.0;
858 angle_start=DegreesToRadians(geometry_info.xi);
859 angle_range=DegreesToRadians(geometry_info.psi)-angle_start;
913 angle=angle_start+angle_range*QuantumScale*
783 angle_start, local
    [all...]
  /external/freetype/src/base/
ftstroke.c 533 FT_Angle angle_start,
543 FT_Vector_From_Polar( &a, radius, angle_start );
548 angle = angle_start;
    [all...]
  /external/libxcam/tests/
test-soft-image.cpp 772 bowl.angle_start = 0.0f;

Completed in 208 milliseconds