Add new DFS_DATA_INPUT_FORMAT_COUPLED_TB 23/285723/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.093412 accepted/tizen/unified/20230113.091218 tizen_8.0_m2_release
authorTae-Young Chung <ty83.chung@samsung.com>
Mon, 19 Dec 2022 04:53:48 +0000 (13:53 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Mon, 19 Dec 2022 04:54:05 +0000 (13:54 +0900)
[Version] 1.0.10-0
[Issue type] new feature

Left and right images are concatenated as top-and-bottom format,
Left in top and right in bottom.

Change-Id: I89a2e7ea04cd26857ba6e401dac7c8befa87353c
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
include/dfs_parameter.h
packaging/dfs-adaptation.spec

index cba604e5a17427be4389b0da573842861e8ab39d..fddd72ee7affac7f327adb07e8e51111cb458030 100644 (file)
@@ -62,8 +62,9 @@ namespace DfsAdaptation
 
     enum
     {
-        DFS_DATA_INPUT_FORMAT_COUPLED_SBS = 1,
-        DFS_DATA_INPUT_FORMAT_DECOUPLED_SBS = 2
+        DFS_DATA_INPUT_FORMAT_COUPLED_SBS = 1,    /**< left and right images are coupled as Side-by-side */
+        DFS_DATA_INPUT_FORMAT_DECOUPLED_SBS = 2,  /**< left and right images are decoupled */
+        DFS_DATA_INPUT_FORMAT_COUPLED_TB = 3      /**< left and right images are coupled as Top-and-bottom  */
     };
 
 }
index 16e60e3f7a118548a0a0c9ac916da2e3133cbb4e..592c0847e05418c887a03ea9886307e87f9137d5 100644 (file)
@@ -1,6 +1,6 @@
 Name:        dfs-adaptation
 Summary:     Adaptation of depth-from-stereo
-Version:     1.0.9
+Version:     1.0.10
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0