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

  /external/libxcam/xcore/interface/
blender.cpp 48 _merge_window.pos_x = XCAM_ALIGN_AROUND (_merge_window.pos_x, alignmend_x);
49 _merge_window.width = XCAM_ALIGN_AROUND (_merge_window.width, alignmend_x);
83 _input_merge_area[index].pos_x = XCAM_ALIGN_AROUND (_input_merge_area[index].pos_x, get_alignment_x ());
84 _input_merge_area[index].pos_y = XCAM_ALIGN_AROUND (_input_merge_area[index].pos_y, get_alignment_y ());
101 out_window.pos_x = XCAM_ALIGN_AROUND (out_window.pos_x, get_alignment_x ());
102 out_window.width = XCAM_ALIGN_AROUND (out_window.width, get_alignment_x ());
feature_match.cpp 129 final_overlap_width = XCAM_ALIGN_AROUND (final_overlap_width, 8);
134 stitch1.pos_x = XCAM_ALIGN_AROUND (center - _config.sitch_min_width / 2, 8);
stitcher.cpp 208 aligned_start = XCAM_ALIGN_AROUND (aligned_start, _alignment_x);
265 center_angle = XCAM_ALIGN_AROUND (out_pos, _alignment_x) / (float)_output_width * 360.0f - _out_start_angle;
277 slice_pos = XCAM_ALIGN_AROUND (slice_pos, _alignment_x);
  /external/libxcam/xcore/base/
xcam_defs.h 114 #define XCAM_ALIGN_AROUND(value, align) (((value)+(align)/2)/(align)*(align))
  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 585 left_lap.pos_x = XCAM_ALIGN_AROUND (left_lap.pos_x, XCAM_CL_BLENDER_ALIGNMENT_X);
588 right_lap.pos_x = XCAM_ALIGN_AROUND (right_lap.pos_x, XCAM_CL_BLENDER_ALIGNMENT_X);
639 left_lap.pos_x = XCAM_ALIGN_AROUND (left_lap.pos_x, XCAM_CL_BLENDER_ALIGNMENT_X);
642 right_lap.pos_x = XCAM_ALIGN_AROUND (right_lap.pos_x, XCAM_CL_BLENDER_ALIGNMENT_X);

Completed in 392 milliseconds