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

Commit 6847aa66 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Update step value for bitrate control"

parents ccba22d4 69c7a29a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
#define MIN_BIT_RATE 32000
#define MIN_BIT_RATE 32000
#define MAX_BIT_RATE 300000000
#define MAX_BIT_RATE 300000000
#define DEFAULT_BIT_RATE 64000
#define DEFAULT_BIT_RATE 64000
#define BIT_RATE_STEP 100
#define BIT_RATE_STEP 1
#define DEFAULT_FRAME_RATE 15
#define DEFAULT_FRAME_RATE 15
#define OPERATING_FRAME_RATE_STEP (1 << 16)
#define OPERATING_FRAME_RATE_STEP (1 << 16)
#define MAX_SLICE_BYTE_SIZE ((MAX_BIT_RATE)>>3)
#define MAX_SLICE_BYTE_SIZE ((MAX_BIT_RATE)>>3)