summaryrefslogtreecommitdiffstats
path: root/include/media/IOMX.h
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2010-09-01 14:32:35 -0700
committerJamie Gennis <jgennis@google.com>2010-09-01 14:32:35 -0700
commit9f2d258645826c999a93a4206df157fec2e3b0f2 (patch)
tree02958abbfd19bf49e1235955bd20431cdd3b878e /include/media/IOMX.h
parent9dd4931cca8e4a2fcbcabf4eb7078648e1c029cd (diff)
downloadframeworks_av-9f2d258645826c999a93a4206df157fec2e3b0f2.zip
frameworks_av-9f2d258645826c999a93a4206df157fec2e3b0f2.tar.gz
frameworks_av-9f2d258645826c999a93a4206df157fec2e3b0f2.tar.bz2
Revert "Merge "Add the new Stagefright ANativeWindow OMX codec API.""
This reverts commit 8a643b411e1802977f742709113ce01b06a18e12, reversing changes made to 73ea9beaf8eb3d0027e78cbc0ac5e626c3f8deb4.
Diffstat (limited to 'include/media/IOMX.h')
-rw-r--r--include/media/IOMX.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/media/IOMX.h b/include/media/IOMX.h
index 1f8ce71..2f61cbe 100644
--- a/include/media/IOMX.h
+++ b/include/media/IOMX.h
@@ -19,7 +19,6 @@
#define ANDROID_IOMX_H_
#include <binder/IInterface.h>
-#include <ui/GraphicBuffer.h>
#include <utils/List.h>
#include <utils/String8.h>
@@ -79,17 +78,10 @@ public:
node_id node, OMX_INDEXTYPE index,
const void *params, size_t size) = 0;
- virtual status_t enableGraphicBuffers(
- node_id node, OMX_U32 port_index, OMX_BOOL enable) = 0;
-
virtual status_t useBuffer(
node_id node, OMX_U32 port_index, const sp<IMemory> &params,
buffer_id *buffer) = 0;
- virtual status_t useGraphicBuffer(
- node_id node, OMX_U32 port_index,
- const sp<GraphicBuffer> &graphicBuffer, buffer_id *buffer) = 0;
-
// This API clearly only makes sense if the caller lives in the
// same process as the callee, i.e. is the media_server, as the
// returned "buffer_data" pointer is just that, a pointer into local