mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-26 23:23:15 +00:00
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> (cherry picked from commit e81694723af1c2d89edcd1948e77a8d53126d5a5) Bug: 154168148 Signed-off-by: Connor O'Brien <connoro@google.com>
This commit is contained in:
committed by
Connor O'Brien
parent
434446e794
commit
fbfc98114a
@ -18,7 +18,7 @@
|
||||
#include <linux/dma-buf.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
#define VB2_MAX_FRAME (32)
|
||||
#define VB2_MAX_FRAME (64)
|
||||
#define VB2_MAX_PLANES (8)
|
||||
|
||||
/**
|
||||
|
||||
@ -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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user