HomeSort by relevance Sort by last modified time
    Searched refs:angle_end (Results 1 - 9 of 9) 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 459 bowl_data_config[0].angle_end = view_angle[0] / 2;
465 bowl_data_config[i].angle_end = 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/
surview_fisheye_dewarp.cpp 73 bowl_config.angle_start, bowl_config.angle_end,
xcam_utils.cpp 102 float angle_step = fabs(config.angle_end - config.angle_start) / img_width;
  /art/libdexfile/dex/
dex_file_verifier.cc 3222 const auto angle_end = std::lower_bound(first, last, "=", compare); local
    [all...]
  /external/libxcam/modules/soft/
soft_stitcher.cpp 431 bowl.angle_end = format_angle (view_slice.hori_angle_start + view_slice.hori_angle_range);
437 if (bowl.angle_end < bowl.angle_start)
443 bowl.angle_start, bowl.angle_end);
  /external/libxcam/tests/
test-soft-image.cpp 773 bowl.angle_end = 360.0f;

Completed in 350 milliseconds