summaryrefslogtreecommitdiff
path: root/mm-video-v4l2/vidc/venc/Android.mk
diff options
context:
space:
mode:
authorPraveen Chavan <pchavan@codeaurora.org>2016-10-21 15:51:57 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-07 17:42:36 -0800
commita7af91751aa1ba2bc6b73ac0bb1eaf23f9c9a733 (patch)
tree5b6671df77b43660189c76eac015aacf0e41758b /mm-video-v4l2/vidc/venc/Android.mk
parent884a9b28e316cf5af868f346b41dbb6b0ac128ee (diff)
downloadmedia-a7af91751aa1ba2bc6b73ac0bb1eaf23f9c9a733.tar.gz
mm-video-v4l2: venc: Add a utility to modify/access HAL1 meta-buffer
Extract the utility methods to access/modify fds/ints in meta-buffer payload from BatchInfo class and move to an external class. This provides for a common and uniform way to access the meta-buffer-payload for all clients (omx-venc, camera-HAL1 and framework-extensions). Furthermore, generalize the access for batch and non-batch mode in omx-venc by using these utility methods. CRs-Fixed: 1083833 Change-Id: I6eb4f8061d1eec309bfec2c25ee9d368620050d6
Diffstat (limited to 'mm-video-v4l2/vidc/venc/Android.mk')
-rw-r--r--mm-video-v4l2/vidc/venc/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm-video-v4l2/vidc/venc/Android.mk b/mm-video-v4l2/vidc/venc/Android.mk
index 25f6162b..ac574c95 100644
--- a/mm-video-v4l2/vidc/venc/Android.mk
+++ b/mm-video-v4l2/vidc/venc/Android.mk
@@ -72,6 +72,8 @@ ifeq ($(TARGET_USES_MEDIA_EXTENSIONS),true)
libmm-venc-def += -DSUPPORT_CONFIG_INTRA_REFRESH
endif
+libmm-venc-def += -DUSE_CAMERA_METABUFFER_UTILS
+
# Common Includes
libmm-venc-inc := $(LOCAL_PATH)/inc
libmm-venc-inc += $(TOP)/hardware/qcom/media/mm-video-v4l2/vidc/common/inc