media: videobuf2: Increase max buffers
Increase the maximum video buffers to 64 as with camera 64 buffers are allocated and used. CRs-Fixed: 1039456 Change-Id: I37d91c4f7e5d98333cf6be3c75168e134ae78060 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
This commit is contained in:
parent
17c0378ccd
commit
81670a3954
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
#include <linux/poll.h>
|
||||
#include <linux/dma-buf.h>
|
||||
|
||||
#define VB2_MAX_FRAME (32)
|
||||
#define VB2_MAX_FRAME (64)
|
||||
#define VB2_MAX_PLANES (8)
|
||||
|
||||
enum vb2_memory {
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
* Common stuff for both V4L1 and V4L2
|
||||
* Moved from videodev.h
|
||||
*/
|
||||
#define VIDEO_MAX_FRAME 32
|
||||
#define VIDEO_MAX_FRAME 64
|
||||
#define VIDEO_MAX_PLANES 8
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue