summaryrefslogtreecommitdiff
path: root/mm-core/inc
diff options
context:
space:
mode:
authorAmit Shekhar <ashekhar@codeaurora.org>2017-05-02 15:43:15 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-08 11:54:59 -0700
commit6b33e5262d68e2e6ced2531dab1473d9b0358dba (patch)
treeab48c563e8ac0146b14ecdd9195cd42beb35d487 /mm-core/inc
parentbd6bda5245065b2378c36ab133adb1622bc68364 (diff)
downloadmedia-6b33e5262d68e2e6ced2531dab1473d9b0358dba.tar.gz
mm-core: Add declarations to fix compilation
EIS related changes are yet to be brought to 6.3. Add declarations to fix compilation. Change-Id: Idee751c1000e59e42ad7ba6f6f694db80140897b CRs-Fixed: 2025964
Diffstat (limited to 'mm-core/inc')
-rw-r--r--mm-core/inc/OMX_QCOMExtns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mm-core/inc/OMX_QCOMExtns.h b/mm-core/inc/OMX_QCOMExtns.h
index 59f4d74b..37f33220 100644
--- a/mm-core/inc/OMX_QCOMExtns.h
+++ b/mm-core/inc/OMX_QCOMExtns.h
@@ -2054,6 +2054,8 @@ typedef struct QOMX_VIDEO_CLIENT_EXTRADATA {
#if defined(__cplusplus) && defined(USE_CAMERA_METABUFFER_UTILS)
+#define CAM_META_BUFFER_EVENT_PERF 0x01
+
/**
* Camera1 meta-buffer payload create/access/modify utility
*/
@@ -2066,6 +2068,7 @@ struct MetaBufferUtil {
INT_TIMESTAMP = 4,
INT_COLORFORMAT = 5,
INT_BUFINDEX = 6,
+ INT_BUFEVENT = 7,
INT_TOTAL = INT_BUFINDEX,
};