aboutsummaryrefslogtreecommitdiff
path: root/base/inc/componentbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/inc/componentbase.h')
-rw-r--r--base/inc/componentbase.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/inc/componentbase.h b/base/inc/componentbase.h
index 77a2381..2ba98d7 100644
--- a/base/inc/componentbase.h
+++ b/base/inc/componentbase.h
@@ -435,6 +435,11 @@ private:
/* state lock */
pthread_mutex_t state_block;
+ /* adaptive playback param */
+ OMX_BOOL mEnableAdaptivePlayback;
+ OMX_U32 mMaxFrameWidth;
+ OMX_U32 mMaxFrameHeight;
+
/* omx specification version */
#ifndef ANDROID
const static OMX_U8 OMX_SPEC_VERSION_MAJOR = 1;