summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusan Brownhill <sbrownhi@quicinc.com>2009-07-07 16:14:42 -0700
committerShilpa Gopal <c_shutta@quicinc.com>2009-07-16 14:24:31 -0700
commitafde42f6ab11397e7f4e497053a2bb1b9222500a (patch)
treec3670972528d9e231f16b4710425a8a21588b7df
parenta0771c87b71908a5c4ac3b7334039b29743c7fe1 (diff)
downloadbionic-afde42f6ab11397e7f4e497053a2bb1b9222500a.zip
bionic-afde42f6ab11397e7f4e497053a2bb1b9222500a.tar.gz
bionic-afde42f6ab11397e7f4e497053a2bb1b9222500a.tar.bz2
bionic: add dvs fields and change intra_refresh field nameQ8650BSDCANLYA3170
Signed-off-by: Susan Brownhill <sbrownhi@quicinc.com>
-rw-r--r--libc/kernel/common/linux/msm_q6venc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/msm_q6venc.h b/libc/kernel/common/linux/msm_q6venc.h
index e458a39..95c52c6 100644
--- a/libc/kernel/common/linux/msm_q6venc.h
+++ b/libc/kernel/common/linux/msm_q6venc.h
@@ -36,6 +36,8 @@ struct q6_init_config {
unsigned short max_mvy;
unsigned short enc_frame_height_inmb;
unsigned short enc_frame_width_inmb;
+ unsigned short dvs_frame_height;
+ unsigned short dvs_frame_width;
unsigned int ref_frame_buf1_phy;
unsigned int ref_frame_buf2_phy;
unsigned int rlc_buf1_phy;
@@ -69,7 +71,7 @@ struct encode_param {
struct intra_refresh {
unsigned int intra_refresh_enable;
- unsigned int bit_error_rate;
+ unsigned int intra_mb_num;
};
struct rc_config {