Searched refs:CoordinateSystemConv (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/xcore/ |
D | image_projector.h | 64 struct CoordinateSystemConv { struct 69 CoordinateSystemConv () in CoordinateSystemConv() argument 76 CoordinateSystemConv ( in CoordinateSystemConv() function 128 CoordinateSystemConv &world_to_device, 130 CoordinateSystemConv &device_to_image); 145 Mat3d transform_coordinate_system (CoordinateSystemConv &transform);
|
D | image_projector.cpp | 190 ImageProjector::transform_coordinate_system (CoordinateSystemConv &transform) in transform_coordinate_system() 198 CoordinateSystemConv &world_to_device, in align_coordinate_system() 200 CoordinateSystemConv &device_to_image) in align_coordinate_system()
|
/external/libxcam/modules/ocl/ |
D | cl_video_stabilizer.h | 83 CoordinateSystemConv& world_to_device, 84 CoordinateSystemConv& device_to_image); 111 CoordinateSystemConv _world_to_device; 112 CoordinateSystemConv _device_to_image;
|
D | cl_video_stabilizer.cpp | 56 CoordinateSystemConv world_to_device (AXIS_X, AXIS_MINUS_Z, AXIS_NONE); in CLVideoStabilizer() 57 CoordinateSystemConv device_to_image (AXIS_X, AXIS_Y, AXIS_Y); in CLVideoStabilizer() 223 CoordinateSystemConv &world_to_device, in align_coordinate_system() 224 CoordinateSystemConv &device_to_image) in align_coordinate_system()
|
/external/libxcam/tests/ |
D | test-video-stabilization.cpp | 194 CoordinateSystemConv world_to_device (AXIS_X, AXIS_MINUS_Z, AXIS_NONE); in main() 195 CoordinateSystemConv device_to_image (AXIS_X, AXIS_Y, AXIS_Y); in main()
|