video: rockchip: vpu: buffer list max nums up to 50.

If the number of buffers in Import exceeds the original set of 30,
it will result in each import buffer kicking out the original stored
buffers, and all subsequent buffers need attachments.

Change-Id: I6e547e1f8943d54995077827ae0d1019e659d797
Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
This commit is contained in:
Rimon Xu
2019-06-21 08:46:11 +08:00
committed by Tao Huang
parent bdde6c77bb
commit 639cc5284a

View File

@@ -19,7 +19,7 @@
#include <linux/platform_device.h>
#include "vcodec_service.h"
#define BUFFER_LIST_MAX_NUMS 30
#define BUFFER_LIST_MAX_NUMS 50
#define ALLOCATOR_USE_ION 0x00000000
#define ALLOCATOR_USE_DRM 0x00000001