Add timestamp to DfsData 54/289254/2 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20230307.080142
authorTae-Young Chung <ty83.chung@samsung.com>
Fri, 3 Mar 2023 08:13:05 +0000 (17:13 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Mon, 6 Mar 2023 00:41:46 +0000 (09:41 +0900)
[Version] 1.0.11-0
[Issue type] new feature

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

index fddd72ee7affac7f327adb07e8e51111cb458030..0b9bb4e08f253e8cfbbb659b8f7f3cceea12e220 100644 (file)
@@ -39,6 +39,7 @@ namespace DfsAdaptation
         size_t width { 0 };
         size_t height { 0 };
         size_t stride { 0 };
+        void *timestamp { nullptr };
     };
 
     struct DfsInputData : public DfsData {
index 592c0847e05418c887a03ea9886307e87f9137d5..1bcf2c0dd9dbde6e364fc30c596128907781437a 100644 (file)
@@ -1,6 +1,6 @@
 Name:        dfs-adaptation
 Summary:     Adaptation of depth-from-stereo
-Version:     1.0.10
+Version:     1.0.11
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0