summaryrefslogtreecommitdiff
path: root/mm-core/inc
diff options
context:
space:
mode:
authorPraveen Chavan <pchavan@codeaurora.org>2017-03-29 13:13:36 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-25 11:53:11 -0700
commit7b1798117d57bd522475762db271abc22a1abf7b (patch)
treeaa8b3c21243c08047c82a8202e4755285168fe6c /mm-core/inc
parent9f61034983c2ddff84ac6468e2e5ec4e6a2601ce (diff)
downloadmedia-7b1798117d57bd522475762db271abc22a1abf7b.tar.gz
mm-video-v4l2: venc: add extension to support av-timer timestamps
Use timestamps sent in-band with graphic handles (updated from camera with av-timer source) for vt usecases. Bug: 32746650 CRs-Fixed: 2026950 Change-Id: I5af29b0155eb108e4d9f0bae76fa72a947e719c2
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 6f90af21..59f4d74b 100644
--- a/mm-core/inc/OMX_QCOMExtns.h
+++ b/mm-core/inc/OMX_QCOMExtns.h
@@ -625,6 +625,9 @@ enum OMX_QCOM_EXTN_INDEXTYPE
/* Suggest how big Iframe sizes should be */
OMX_QTIIndexParamIframeSizeType = 0x7F000070,
+
+ /* use av-timer ticks as timestamp (used by VT-client) */
+ OMX_QTIIndexParamEnableAVTimerTimestamps = 0x7F000071,
};
/**