summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/OMXNodeInstance.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-10-20 17:38:41 -0700
committerJames Dong <jdong@google.com>2010-10-21 14:06:17 -0700
commite870772a78ffe08b1c14a791e368f1499f1be0f3 (patch)
treea443d9a157f12b32e524ae2953219d56dd3a770f /media/libstagefright/include/OMXNodeInstance.h
parentf83dd80384f70da1f6d36d60e831439ff7739ad7 (diff)
downloadframeworks_av-e870772a78ffe08b1c14a791e368f1499f1be0f3.zip
frameworks_av-e870772a78ffe08b1c14a791e368f1499f1be0f3.tar.gz
frameworks_av-e870772a78ffe08b1c14a791e368f1499f1be0f3.tar.bz2
OMX extension to support storing meta data in video input buffers during recording
bug - 3042125 Change-Id: I7543809fa4ff61d48da35eec6c2bd5eaa7e8cead
Diffstat (limited to 'media/libstagefright/include/OMXNodeInstance.h')
-rw-r--r--media/libstagefright/include/OMXNodeInstance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/include/OMXNodeInstance.h b/media/libstagefright/include/OMXNodeInstance.h
index 8c7c562..86c102c 100644
--- a/media/libstagefright/include/OMXNodeInstance.h
+++ b/media/libstagefright/include/OMXNodeInstance.h
@@ -50,6 +50,7 @@ struct OMXNodeInstance {
status_t setConfig(OMX_INDEXTYPE index, const void *params, size_t size);
status_t enableGraphicBuffers(OMX_U32 portIndex, OMX_BOOL enable);
+ status_t storeMetaDataInBuffers(OMX_U32 portIndex, OMX_BOOL enable);
status_t useBuffer(
OMX_U32 portIndex, const sp<IMemory> &params,