summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/SimpleSoftOMXComponent.h
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2014-08-22 12:49:26 -0700
committerRonghua Wu <ronghuawu@google.com>2014-08-28 10:28:36 -0700
commit031be0f358b07732092a4d1bf02fc99f109a63c4 (patch)
tree0f43a8d5f0bd944969863403517ba52d210904b8 /media/libstagefright/include/SimpleSoftOMXComponent.h
parentd42173a44721af1a600b9c8599bc736394fcc724 (diff)
downloadframeworks_av-031be0f358b07732092a4d1bf02fc99f109a63c4.zip
frameworks_av-031be0f358b07732092a4d1bf02fc99f109a63c4.tar.gz
frameworks_av-031be0f358b07732092a4d1bf02fc99f109a63c4.tar.bz2
Add adaptive playback support to VPX decoder.
Bug: 13842676 Change-Id: I9c054ea489fd3a71b3b2394f15a85b84d42edb5a
Diffstat (limited to 'media/libstagefright/include/SimpleSoftOMXComponent.h')
-rw-r--r--media/libstagefright/include/SimpleSoftOMXComponent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/media/libstagefright/include/SimpleSoftOMXComponent.h b/media/libstagefright/include/SimpleSoftOMXComponent.h
index f8c61eb..591b38e 100644
--- a/media/libstagefright/include/SimpleSoftOMXComponent.h
+++ b/media/libstagefright/include/SimpleSoftOMXComponent.h
@@ -58,6 +58,11 @@ protected:
} mTransition;
};
+ enum {
+ kStoreMetaDataExtensionIndex = OMX_IndexVendorStartUnused + 1,
+ kPrepareForAdaptivePlaybackIndex,
+ };
+
void addPort(const OMX_PARAM_PORTDEFINITIONTYPE &def);
virtual OMX_ERRORTYPE internalGetParameter(