h265: CB0 fix some h265 playback issue [1/1]
authorHui Zhang <hui.zhang@amlogic.com>
Mon, 14 Jun 2021 09:17:40 +0000 (17:17 +0800)
committerLiang Ji <liang.ji@amlogic.com>
Thu, 17 Jun 2021 02:58:25 +0000 (10:58 +0800)
PD#SWPL-51883

Problem:
some h265 stream playback issue

Solution:
increase dblk_data2 buf size

Verify:
u212

Signed-off-by: Hui Zhang <hui.zhang@amlogic.com>
Change-Id: I808dc9a5b7dc4171a0596e580a0783dbf5edaed7

drivers/frame_provider/decoder/h265/vh265.c

index 2224f37b4fc746af2cd2ae4ec7ffc069ec2dd5e8..0728a0ddea2b9322a019f1d7b546539c40e432f8 100644 (file)
@@ -1135,7 +1135,7 @@ static struct BuffInfo_s amvh265_workbuff_spec[WORK_BUF_SPEC_NUM] = {
                },
                .dblk_para  = {.buf_size = 0x19100, }, // dblk parameter
                .dblk_data  = {.buf_size = 0x88800, }, // dblk data for left/top
-               .dblk_data2 = {.buf_size = 0x48800, }, // dblk data for adapter
+               .dblk_data2 = {.buf_size = 0x80000, }, // dblk data for adapter
                .mmu_vbh = {
                        .buf_size = VBH_BUF_SIZE_4K, /*2*16*2304/4, 4K*/
                },