summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-10-10 17:14:17 -0700
committerLajos Molnar <lajos@google.com>2014-10-13 21:27:49 -0700
commit512e979284de984427e5b2f73b9054ae1b5e2b0a (patch)
tree34e93922113abbd179cba3363439ff285e9c2e27 /media/libstagefright/include
parente760de61d9a662b1fbfda96ac34aaa246c2711bb (diff)
downloadframeworks_av-512e979284de984427e5b2f73b9054ae1b5e2b0a.zip
frameworks_av-512e979284de984427e5b2f73b9054ae1b5e2b0a.tar.gz
frameworks_av-512e979284de984427e5b2f73b9054ae1b5e2b0a.tar.bz2
stagefright: support passing GraphicBuffer in metadata buffer
Bug: 17935149 Change-Id: I6bb5dd654e498a7153410afc052c2c8f7f35e44d
Diffstat (limited to 'media/libstagefright/include')
-rw-r--r--media/libstagefright/include/OMXNodeInstance.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/media/libstagefright/include/OMXNodeInstance.h b/media/libstagefright/include/OMXNodeInstance.h
index dc6d410..24d431c 100644
--- a/media/libstagefright/include/OMXNodeInstance.h
+++ b/media/libstagefright/include/OMXNodeInstance.h
@@ -182,7 +182,9 @@ private:
OMX_IN OMX_PTR pAppData,
OMX_IN OMX_BUFFERHEADERTYPE *pBuffer);
- status_t storeMetaDataInBuffers_l(OMX_U32 portIndex, OMX_BOOL enable);
+ status_t storeMetaDataInBuffers_l(
+ OMX_U32 portIndex, OMX_BOOL enable,
+ OMX_BOOL useGraphicBuffer, OMX_BOOL *usingGraphicBufferInMeta);
sp<GraphicBufferSource> getGraphicBufferSource();
void setGraphicBufferSource(const sp<GraphicBufferSource>& bufferSource);