Add DFS_DATA_TYPE_UINT16C1 to support unsigned 16bit depth
authorTae-Young Chung <ty83.chung@samsung.com>
Thu, 16 Jun 2022 04:37:40 +0000 (13:37 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Thu, 16 Jun 2022 05:09:29 +0000 (14:09 +0900)
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
include/dfs_parameter.h
packaging/dfs-adaptation.spec

index 14991a4..dfcf95a 100644 (file)
@@ -64,7 +64,8 @@ namespace DfsAdaptation
     {
         DFS_DATA_TYPE_UINT8C1 = 1,
         DFS_DATA_TYPE_UINT8C3 = 2,
-        DFS_DATA_TYPE_FLOAT32C1 = 3
+        DFS_DATA_TYPE_FLOAT32C1 = 3,
+        DFS_DATA_TYPE_UINT16C1 = 4
     };
 
 }
index d46dd0b..01354d5 100644 (file)
@@ -1,6 +1,6 @@
 Name:        dfs-adaptation
 Summary:     Adaptation of depth-from-stereo
-Version:     1.0.2
+Version:     1.0.3
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0