Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93c3a352 authored by Srinu Gorle's avatar Srinu Gorle Committed by Anusha Shakarad
Browse files

msm: vidc: increase max instance support to 24



Increase max video instances support from 16 to 24.

Change-Id: Id21a6eb76640b5d97834d925aae4459ec19270d0
Signed-off-by: default avatarSrinu Gorle <sgorle@codeaurora.org>
parent 4de0c2fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -50,7 +50,7 @@
#define MAX_NUM_OUTPUT_BUFFERS VIDEO_MAX_FRAME // same as VB2_MAX_FRAME
#define MAX_NUM_CAPTURE_BUFFERS VIDEO_MAX_FRAME // same as VB2_MAX_FRAME

#define MAX_SUPPORTED_INSTANCES 16
#define MAX_SUPPORTED_INSTANCES 24
#define MAX_HEIC_TILES_COUNT 256

/* Maintains the number of FTB's between each FBD over a window */