ANDROID: media: increase video max frame number

Few userspace clients and drivers need more frames and
hence increase video max frame number from 32 to 64.

Bug: 143356419
Change-Id: Ib5394b7b71d75177234333dae23ec30fea01450f
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
Maheshwar Ajja 2019-10-25 15:12:53 -07:00 committed by Alistair Delva
parent 9acb7c07b6
commit e81694723a
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include <linux/bitops.h>
#include <media/media-request.h>
#define VB2_MAX_FRAME (32)
#define VB2_MAX_FRAME (64)
#define VB2_MAX_PLANES (8)
/**

View File

@ -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
/*