summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/OMX.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 /media/libstagefright/include/OMX.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 'media/libstagefright/include/OMX.h')
-rw-r--r--media/libstagefright/include/OMX.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/media/libstagefright/include/OMX.h b/media/libstagefright/include/OMX.h
index 83b75ad..c99da59 100644
--- a/media/libstagefright/include/OMX.h
+++ b/media/libstagefright/include/OMX.h
@@ -59,17 +59,10 @@ public:
node_id node, OMX_INDEXTYPE index,
const void *params, size_t size);
- virtual status_t enableGraphicBuffers(
- node_id node, OMX_U32 port_index, OMX_BOOL enable);
-
virtual status_t useBuffer(
node_id node, OMX_U32 port_index, const sp<IMemory> &params,
buffer_id *buffer);
- virtual status_t useGraphicBuffer(
- node_id node, OMX_U32 port_index,
- const sp<GraphicBuffer> &graphicBuffer, buffer_id *buffer);
-
virtual status_t allocateBuffer(
node_id node, OMX_U32 port_index, size_t size,
buffer_id *buffer, void **buffer_data);