Searched refs:enable_fisheye_map (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/tests/ |
D | test-image-stitching.cpp | 187 bool enable_fisheye_map = false; in main() local 296 enable_fisheye_map = true; in main() 391 printf ("fisheye map:\t\t%s\n", enable_fisheye_map ? "true" : "false"); in main() 406 context, enable_seam, scale_mode, enable_fisheye_map, enable_lsc, surround_mode, in main()
|
/external/libxcam/modules/ocl/ |
D | cl_post_image_processor.cpp | 514 bool enable_stitch, bool enable_seam, CLBlenderScaleMode scale_mode, bool enable_fisheye_map, in set_image_stitch() argument 526 _stitch_fisheye_map = enable_fisheye_map; in set_image_stitch()
|
D | cl_post_image_processor.h | 97 … bool enable_stitch, bool enable_seam, CLBlenderScaleMode scale_mode, bool enable_fisheye_map,
|