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

  /external/libxcam/modules/ocl/
cl_post_image_processor.h 97 bool enable_stitch, bool enable_seam, CLBlenderScaleMode scale_mode, bool enable_fisheye_map,
cl_post_image_processor.cpp 514 bool enable_stitch, bool enable_seam, CLBlenderScaleMode scale_mode, bool enable_fisheye_map,
521 _stitch_enable_seam = enable_seam;
  /external/libxcam/tests/
test-image-blend.cpp 47 static bool enable_seam = false; variable
226 enable_seam = true;
255 printf ("enable seam mask:%s\n", (enable_seam ? "true" : "false"));
283 blender = create_pyramid_blender (context, 2, true, enable_seam).dynamic_cast_ptr<CLBlender> ();
test-image-stitching.cpp 186 bool enable_seam = false; local
293 enable_seam = true;
390 printf ("seam mask:\t\t%s\n", enable_seam ? "true" : "false");
406 context, enable_seam, scale_mode, enable_fisheye_map, enable_lsc, surround_mode,

Completed in 3193 milliseconds