diff options
| author | James Dong <jdong@google.com> | 2012-11-15 14:00:26 -0800 | 
|---|---|---|
| committer | James Dong <jdong@google.com> | 2012-11-28 13:21:07 -0800 | 
| commit | 0dbe5a9321b24b6883fbb2fe97cd9d525128b0b5 (patch) | |
| tree | f832d0b48a4541d34f84e550746702e982d07485 /include | |
| parent | b7c8e91880463ff4981e3e53e98e45d68e2fe374 (diff) | |
| download | frameworks_av-0dbe5a9321b24b6883fbb2fe97cd9d525128b0b5.zip frameworks_av-0dbe5a9321b24b6883fbb2fe97cd9d525128b0b5.tar.gz frameworks_av-0dbe5a9321b24b6883fbb2fe97cd9d525128b0b5.tar.bz2  | |
Added optional intra macroblock refresh support for encoding
o related-to-bug: 7524791
Change-Id: I95ac4ee925e2dbeb00b3cfb2e29c611698c5cc9f
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);  | 
