[NUI] Support NativeImageQueue creation with queue count
authorEunki Hong <eunkiki.hong@samsung.com>
Sun, 31 Dec 2023 01:35:16 +0000 (10:35 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 3 Jan 2024 03:31:51 +0000 (12:31 +0900)
commit2be302f696cda5c0742a9ad21c3dcf5e6687d936
tree68ccd57761f277be0f2c4de2095f294008387312
parent76b7cb75179a9221665251e250516dc9ae9de1ad
[NUI] Support NativeImageQueue creation with queue count

Let we allow to create NativeImageQueue with queue count.
Previously, we only allow to create the NativeImageQueue based on the environment value "DALI_TBM_SURFACE_QUEUE_SIZE".
(This value is 3 as default)

It will be useful if some user want to reduce the queue count for some cases, not for whole queue.

relative DALi patches :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-adaptor/+/303523
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/303524

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.NativeImageQueue.cs
src/Tizen.NUI/src/public/Images/NativeImageQueue.cs