aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYinhang Liu <yinhangx.liu@intel.com>2018-01-04 10:48:56 +0800
committerwindyuan <feng.yuan@intel.com>2018-01-05 10:58:52 +0800
commitdcfe27193df74e302584fb7f41a90e8f7472a196 (patch)
tree2853f00a6d309eb08da825b174c2903cb30b1480
parentafa54115907d1a8ab2da4c8cf9907c66fee46e35 (diff)
downloadlibxcam-dcfe27193df74e302584fb7f41a90e8f7472a196.tar.gz
stitcher: disable buffer dumping
-rw-r--r--modules/soft/soft_blender.cpp2
-rw-r--r--modules/soft/soft_stitcher.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/soft/soft_blender.cpp b/modules/soft/soft_blender.cpp
index 2141f4e..7e0c678 100644
--- a/modules/soft/soft_blender.cpp
+++ b/modules/soft/soft_blender.cpp
@@ -30,7 +30,7 @@
#define OVERLAP_POOL_SIZE 6
#define LAP_POOL_SIZE 4
-#define DUMP_BLENDER 1
+#define DUMP_BLENDER 0
namespace XCam {
diff --git a/modules/soft/soft_stitcher.cpp b/modules/soft/soft_stitcher.cpp
index c345dcd..c36d4ac 100644
--- a/modules/soft/soft_stitcher.cpp
+++ b/modules/soft/soft_stitcher.cpp
@@ -43,7 +43,7 @@
#define MAP_FACTOR_X 16
#define MAP_FACTOR_Y 16
-#define DUMP_STITCHER 1
+#define DUMP_STITCHER 0
namespace XCam {