video: driver: change maximum frame rate to 480fps

In order to avoid performance issues when encoding
1280x720p frames with 960fps, change maximum frame
rate to 480fps on Kalama.

Change-Id: I0ca44ebf9524583a0a3ffc32423b0bb63acd0d47
Signed-off-by: Mahesh Kumar Sharma <quic_smahesh@quicinc.com>
This commit is contained in:
Mahesh Kumar Sharma
2022-02-04 15:08:14 -08:00
committed by Gerrit - the friendly Code Review server
orang tua 5f23b44d6d
melakukan 4597327ed8
2 mengubah file dengan 2 tambahan dan 2 penghapusan

Melihat File

@@ -21,7 +21,7 @@
#define MAX_BITRATE 220000000
#define DEFAULT_BITRATE 20000000
#define MINIMUM_FPS 1
#define MAXIMUM_FPS 960
#define MAXIMUM_FPS 480
#define MIN_QP_10BIT -12
#define MIN_QP_8BIT 0
#define MAX_QP 51

Melihat File

@@ -19,7 +19,7 @@
#define MAX_BITRATE 220000000
#define DEFAULT_BITRATE 20000000
#define MINIMUM_FPS 1
#define MAXIMUM_FPS 960
#define MAXIMUM_FPS 480
#define MIN_QP_10BIT -12
#define MIN_QP_8BIT 0
#define MAX_QP 51