diff options
author | James Dong <jdong@google.com> | 2012-11-29 14:32:18 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-11-29 14:32:18 -0800 |
commit | 2e57f4c428be32a574e31b0f4aeeae8de24e5895 (patch) | |
tree | 543aedc7a1c8299b135cfd1ef792c7689adb8e52 /include | |
parent | d5ab37a1a0e74a75537b9514289434651635a820 (diff) | |
parent | cb9d270eecb7108e19323f522c5e82dcc80a5f32 (diff) | |
download | frameworks_av-2e57f4c428be32a574e31b0f4aeeae8de24e5895.zip frameworks_av-2e57f4c428be32a574e31b0f4aeeae8de24e5895.tar.gz frameworks_av-2e57f4c428be32a574e31b0f4aeeae8de24e5895.tar.bz2 |
am 296cb9dd: am 0dbe5a93: Added optional intra macroblock refresh support for encoding
* commit '296cb9ddd916c43983bfb4ddab9c69ed555d4cc4':
Added optional intra macroblock refresh support for encoding
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/ACodec.h | 1 |
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); |