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

  /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 668 milliseconds