summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-05-22 13:50:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-22 13:50:55 -0700
commit73e9a35c41efe4dac6b05387a9dafecdc662f140 (patch)
tree2e577cb2efa2f453ea7982de1418e1f6779de5dc /include
parenta508b3d74454664e209e315ba9296b53cf50c13d (diff)
parent8d9846c0693b7651b243f0161caa86be506f764a (diff)
downloadframeworks_av-73e9a35c41efe4dac6b05387a9dafecdc662f140.zip
frameworks_av-73e9a35c41efe4dac6b05387a9dafecdc662f140.tar.gz
frameworks_av-73e9a35c41efe4dac6b05387a9dafecdc662f140.tar.bz2
am 8d9846c0: Merge "Tell surface flinger that we want to protect output buffers from being" into jb-dev
* commit '8d9846c0693b7651b243f0161caa86be506f764a': Tell surface flinger that we want to protect output buffers from being
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index 23e3110..2371619 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -233,6 +233,8 @@ private:
status_t initNativeWindow();
+ status_t pushBlankBuffersToNativeWindow();
+
// Returns true iff all buffers on the given port have status OWNED_BY_US.
bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);