From: Tae-Young Chung Date: Mon, 19 Dec 2022 04:53:48 +0000 (+0900) Subject: Add new DFS_DATA_INPUT_FORMAT_COUPLED_TB X-Git-Tag: accepted/tizen/unified/20230113.091218^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_8.0;p=platform%2Fcore%2Fmultimedia%2Fdfs-adaptation.git Add new DFS_DATA_INPUT_FORMAT_COUPLED_TB [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 --- diff --git a/include/dfs_parameter.h b/include/dfs_parameter.h index cba604e..fddd72e 100644 --- a/include/dfs_parameter.h +++ b/include/dfs_parameter.h @@ -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 */ }; } diff --git a/packaging/dfs-adaptation.spec b/packaging/dfs-adaptation.spec index 16e60e3..592c084 100644 --- a/packaging/dfs-adaptation.spec +++ b/packaging/dfs-adaptation.spec @@ -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