summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-11-29 14:25:47 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-29 14:25:47 -0800
commitcb9d270eecb7108e19323f522c5e82dcc80a5f32 (patch)
treecc71ef8cc847f6093e270226ed87e3cced4caa6e /include
parent45be8448daafeab8f37cb82cd2219f95bc218a6a (diff)
parente97adde42fabc3928a2ac0b8cdc88e35b24b85dc (diff)
downloadframeworks_av-cb9d270eecb7108e19323f522c5e82dcc80a5f32.zip
frameworks_av-cb9d270eecb7108e19323f522c5e82dcc80a5f32.tar.gz
frameworks_av-cb9d270eecb7108e19323f522c5e82dcc80a5f32.tar.bz2
am 0dbe5a93: Added optional intra macroblock refresh support for encoding
* commit '0dbe5a9321b24b6883fbb2fe97cd9d525128b0b5': Added optional intra macroblock refresh support for encoding
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index cba8a6b..df1c46b 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -184,6 +184,7 @@ private:
bool mChannelMaskPresent;
int32_t mChannelMask;
+ status_t setCyclicIntraMacroblockRefresh(const sp<AMessage> &msg, int32_t mode);
status_t allocateBuffersOnPort(OMX_U32 portIndex);
status_t freeBuffersOnPort(OMX_U32 portIndex);
status_t freeBuffer(OMX_U32 portIndex, size_t i);