Add class for encoded image buffer 26/260026/7
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 18 Jun 2021 04:41:11 +0000 (13:41 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 7 Jul 2021 04:59:36 +0000 (13:59 +0900)
commit9eed8b79466caf1505ea0ea49b04e3b54db04383
treed8c2fe3dc607f643d6e5ead7789dcdfa6bdb79f4
parentfb582a56831ac1d90fc6bbb0aac536ef30567dce
Add class for encoded image buffer

Add class for encoded image buffer
We can use it for
 - AnimatedImageLoading
 - VectorImageRendererPlugin
 - VectorAnimationRendererPlugin

These things may need to fix and sync a lot of codes.
So we only make new class

Change-Id: I148730de6cbddaabb2bb889520e8643bf3ee5599
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali-adaptor/CMakeLists.txt
automated-tests/src/dali-adaptor/utc-Dali-EncodedImageBuffer.cpp [new file with mode: 0644]
dali/internal/imaging/common/encoded-image-buffer-impl.cpp [new file with mode: 0644]
dali/internal/imaging/common/encoded-image-buffer-impl.h [new file with mode: 0644]
dali/internal/imaging/file.list
dali/public-api/adaptor-framework/encoded-image-buffer.cpp [new file with mode: 0644]
dali/public-api/adaptor-framework/encoded-image-buffer.h [new file with mode: 0644]
dali/public-api/file.list