commit | ec1f230d6db0d5200475a5756951c5f8ee89fab7 | [log] [tgz] |
---|---|---|
author | sm1021.shin <sm1021.shin@samsung.com> | Thu Nov 07 16:56:34 2024 +0900 |
committer | sm1021.shin <sm1021.shin@samsung.com> | Thu Nov 07 16:56:41 2024 +0900 |
tree | a0bb1949251a9fd50f0f65d00b648a5503ca7812 | |
parent | e57dca0191097d5d2b521ff617e3527e1cfed9c3 [diff] |
Add default maxBufferCount in GraphicBufferProducer Some modules that inherit and use IGraphicBufferProducer don't set maxBufferCount. As a result, the maxBufferCount value that has been queried in libvulkan is 0, and the creation of swapchain fails. Therefore, the default value (64) is set to maxBufferCount. Test: build, Mcts Bug: 376142095 Change-Id: Ie5c5f747ecd6c15ffae80cc32b9f5a90b1a44df3 Signed-off-by: sm1021.shin <sm1021.shin@samsung.com>