vav1: remove header bufsize in ucode work buffer. [1/1]
authorshihong.zheng <shihong.zheng@amlogic.com>
Tue, 22 Dec 2020 07:07:35 +0000 (15:07 +0800)
committerHui Zhang <hui.zhang@amlogic.com>
Thu, 24 Dec 2020 03:08:05 +0000 (19:08 -0800)
commit829a87f7aa41f092650e9e671f76f60b51590894
treedb98568778c22fadb2fca4458a892b96919b9965
parentcbb14c256a98166fc165a18e6c25ffbf9245dc70
vav1: remove header bufsize in ucode work buffer. [1/1]

PD#SWPL-39162

Problem:
fix av1 alloc ucode work buffer failed when create
many instances.

Solution:
reduce used bufsize in workspace. the header
buf is alloc dynamic, so do not need add size
here.

Verify:
ah212

Change-Id: I5b35fcc8a06aaea96a066d610d3991f32cdb3a83
Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
drivers/frame_provider/decoder/vav1/vav1.c