diff options
author | Linux Build Service Account <lnxbuild@qualcomm.com> | 2010-10-12 16:03:41 -0700 |
---|---|---|
committer | QuIC Gerrit Code Review <code-review@quicinc.com> | 2010-10-12 16:03:41 -0700 |
commit | c2581bd36b6df1b30f25c049a5b83f7983cfce48 (patch) | |
tree | 78abd486c4c058ab3c000ca6751d6d6d49a59fde | |
parent | ef0529b959b8d6bf0d8b1cd294e0e413827907a8 (diff) | |
parent | c5f782a9845140d3a8917c541b6b822329972616 (diff) | |
download | bionic-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.h | 1 |
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 |