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

  /external/libxcam/cl_kernel/
kernel_fisheye.cl 19 float rotate_angle;
36 ret.x = cos(info->rotate_angle) * dst.x - sin(info->rotate_angle) * dst.y;
37 ret.y = sin(info->rotate_angle) * dst.x + cos (info->rotate_angle) * dst.y;
  /external/libxcam/xcore/interface/
data_types.h 56 float rotate_angle; // clockwise member in struct:XCam::FisheyeInfo
60 , radius (0.0f), rotate_angle (0.0f)
  /external/libxcam/modules/ocl/
cl_fisheye_handler.cpp 106 fisheye_info.rotate_angle = degree2radian (fisheye_info.rotate_angle);
411 fisheye_arg1.rotate_angle = degree2radian (fisheye_info.rotate_angle);
cl_image_360_stitch.cpp 186 stitch_info.fisheye_info[0].rotate_angle = -90.0f;
191 stitch_info.fisheye_info[1].rotate_angle = 89.4f;
221 stitch_info.fisheye_info[0].rotate_angle = 0.0f;
226 stitch_info.fisheye_info[1].rotate_angle = 0.0f;
231 stitch_info.fisheye_info[2].rotate_angle = 0.0f;
236 stitch_info.fisheye_info[3].rotate_angle = 0.0f;
256 stitch_info.fisheye_info[0].rotate_angle = 0.0f;
262 stitch_info.fisheye_info[1].rotate_angle = 0.4f;
  /external/libxcam/tests/
test-cl-image.cpp 483 fisheye_info.rotate_angle = -90.0f;

Completed in 117 milliseconds