Home
last modified time | relevance | path

Searched refs:format_angle (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/xcore/interface/
Dstitcher.cpp207 …uint32_t aligned_start = format_angle (cam_info.round_angle_start) / 360.0f * (float)_output_width; in estimate_round_slices()
211 … view_slice.hori_angle_start = format_angle((float)aligned_start / (float)_output_width * 360.0f); in estimate_round_slices()
259 uint32_t out_pos = format_angle (center_angle - _out_start_angle) / 360.0f * _output_width; in mark_centers()
266 center_angle = format_angle (center_angle); in mark_centers()
269 center_in_slice = format_angle (center_in_slice); in mark_centers()
310 (format_angle (right.hori_angle_start - left.hori_angle_start) < left.hori_angle_range) in estimate_overlap()
316 format_angle (left.hori_angle_start + left.hori_angle_range - right.hori_angle_start); in estimate_overlap()
371 … left.width * format_angle (seam_angle_start - left.hori_angle_start) / left.hori_angle_range; in estimate_overlap()
/external/libxcam/xcore/base/
Dxcam_common.h105 format_angle (float angle) in format_angle() function
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp431 bowl.angle_end = format_angle (view_slice.hori_angle_start + view_slice.hori_angle_range); in fisheye_dewarp_to_table()