From d0715867861c216e88a4a7523b6da8a3cb128724 Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Mon, 22 Jul 2013 12:57:43 -0700 Subject: 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 --- include/media/IOMX.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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, buffer_id *buffer) = 0; + virtual status_t updateGraphicBufferInMeta( + node_id node, OMX_U32 port_index, + const sp &graphicBuffer, buffer_id buffer) = 0; + virtual status_t createInputSurface( node_id node, OMX_U32 port_index, sp *bufferProducer) = 0; -- cgit v1.1