summaryrefslogtreecommitdiffstats
path: root/include/media/IOMX.h
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2013-07-22 12:57:43 -0700
committerLajos Molnar <lajos@google.com>2013-08-06 13:19:26 -0700
commitd0715867861c216e88a4a7523b6da8a3cb128724 (patch)
tree9b474094654a2dccb440fd9ca4a87f8afbdb9278 /include/media/IOMX.h
parentb08ab81bab9e8cd2e3a7fff02725a387070fd078 (diff)
downloadframeworks_av-d0715867861c216e88a4a7523b6da8a3cb128724.zip
frameworks_av-d0715867861c216e88a4a7523b6da8a3cb128724.tar.gz
frameworks_av-d0715867861c216e88a4a7523b6da8a3cb128724.tar.bz2
IOMX: add updateGraphicBufferInMeta method for metadata mode
This is used to set the handle in the metadata buffer that is valid in the mediaserver process, as well as to keep a reference for the graphic buffers in BufferMeta. Change-Id: I46bb68d8bed894f357eeeb25368360d11b276634 Signed-off-by: Lajos Molnar <lajos@google.com>
Diffstat (limited to 'include/media/IOMX.h')
-rw-r--r--include/media/IOMX.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/IOMX.h b/include/media/IOMX.h
index 38f9d11..6d116f0 100644
--- a/include/media/IOMX.h
+++ b/include/media/IOMX.h
@@ -97,6 +97,10 @@ public:
node_id node, OMX_U32 port_index,
const sp<GraphicBuffer> &graphicBuffer, buffer_id *buffer) = 0;
+ virtual status_t updateGraphicBufferInMeta(
+ node_id node, OMX_U32 port_index,
+ const sp<GraphicBuffer> &graphicBuffer, buffer_id buffer) = 0;
+
virtual status_t createInputSurface(
node_id node, OMX_U32 port_index,
sp<IGraphicBufferProducer> *bufferProducer) = 0;