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

Commit d73d79d1 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Increase CBR_VFR limit upto 720p@30fps"

parents e11430ff 75289d54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#define FRAME_QUALITY_STEP 1
#define HEIC_GRID_DIMENSION 512
#define CBR_MB_LIMIT                           (((1280+15)/16)*((720+15)/16)*30)
#define CBR_VFR_MB_LIMIT                       (((640+15)/16)*((480+15)/16)*30)
#define CBR_VFR_MB_LIMIT                       (((1280+15)/16)*((720+15)/16)*30)

struct vb2_buf_entry {
	struct list_head list;