From c5f782a9845140d3a8917c541b6b822329972616 Mon Sep 17 00:00:00 2001 From: Deepika Pepakayala Date: Fri, 24 Sep 2010 15:09:06 -0700 Subject: bionic: vidc: Support for Rate Control configuration CBR_CFR CRs Fixed: 256119 Change-Id: I5edf8a4a01dec40ac43276ce17683fb66da1af60 --- libc/kernel/common/linux/msm_vidc_enc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc') diff --git a/libc/kernel/common/linux/msm_vidc_enc.h b/libc/kernel/common/linux/msm_vidc_enc.h index 9183b70..0d8084f 100644 --- a/libc/kernel/common/linux/msm_vidc_enc.h +++ b/libc/kernel/common/linux/msm_vidc_enc.h @@ -124,6 +124,7 @@ #define VEN_RC_VBR_VFR 2 #define VEN_RC_VBR_CFR 3 #define VEN_RC_CBR_VFR 4 +#define VEN_RC_CBR_CFR 5 #define VEN_FLUSH_INPUT 1 #define VEN_FLUSH_OUTPUT 2 -- cgit v1.1