summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@qualcomm.com>2010-10-12 16:03:41 -0700
committerQuIC Gerrit Code Review <code-review@quicinc.com>2010-10-12 16:03:41 -0700
commitc2581bd36b6df1b30f25c049a5b83f7983cfce48 (patch)
tree78abd486c4c058ab3c000ca6751d6d6d49a59fde
parentef0529b959b8d6bf0d8b1cd294e0e413827907a8 (diff)
parentc5f782a9845140d3a8917c541b6b822329972616 (diff)
downloadbionic-c2581bd36b6df1b30f25c049a5b83f7983cfce48.zip
bionic-c2581bd36b6df1b30f25c049a5b83f7983cfce48.tar.gz
bionic-c2581bd36b6df1b30f25c049a5b83f7983cfce48.tar.bz2
Merge "bionic: vidc: Support for Rate Control configuration CBR_CFR" into froyoM76XXTSNCJNLYA7020
-rw-r--r--libc/kernel/common/linux/msm_vidc_enc.h1
1 files changed, 1 insertions, 0 deletions
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