OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_angle
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/xcore/base/
xcam_common.h
105
format_angle
(float angle)
function
/external/libxcam/xcore/interface/
stitcher.cpp
207
uint32_t aligned_start =
format_angle
(cam_info.round_angle_start) / 360.0f * (float)_output_width;
211
view_slice.hori_angle_start =
format_angle
((float)aligned_start / (float)_output_width * 360.0f);
259
uint32_t out_pos =
format_angle
(center_angle - _out_start_angle) / 360.0f * _output_width;
266
center_angle =
format_angle
(center_angle);
269
center_in_slice =
format_angle
(center_in_slice);
310
(
format_angle
(right.hori_angle_start - left.hori_angle_start) < left.hori_angle_range)
316
format_angle
(left.hori_angle_start + left.hori_angle_range - right.hori_angle_start);
371
left.width *
format_angle
(seam_angle_start - left.hori_angle_start) / left.hori_angle_range;
/external/libxcam/modules/soft/
soft_stitcher.cpp
431
bowl.angle_end =
format_angle
(view_slice.hori_angle_start + view_slice.hori_angle_range);
Completed in 294 milliseconds