aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/Android.mk
diff options
context:
space:
mode:
authorXigui Wang <xigui.wang@intel.com>2014-11-14 22:11:30 +0800
committerPat Tjin <pattjin@google.com>2014-12-02 21:49:49 +0000
commit3fcd3fa146cff6a9efeee3ce11315fce2e3834eb (patch)
tree7d68c05f062aa6174a56352c537430080de6ec12 /videocodec/Android.mk
parentc45012b443298ff3073d34164fa65a38d3a5fd20 (diff)
downloadandroid_hardware_intel_common_omx-components-3fcd3fa146cff6a9efeee3ce11315fce2e3834eb.tar.gz
android_hardware_intel_common_omx-components-3fcd3fa146cff6a9efeee3ce11315fce2e3834eb.tar.bz2
android_hardware_intel_common_omx-components-3fcd3fa146cff6a9efeee3ce11315fce2e3834eb.zip
enable OMX extension OMX_IndexExtVppBufferNum for ISV
change TARGET_HAS_VPP to TARGET_HAS_ISV BZ: 229811 Bug: 17383204 Change-Id: I9a7212f1e51ed686f734635c5db581e2b448ef70 Signed-off-by: Jason Hu <jason.hu@intel.com>
Diffstat (limited to 'videocodec/Android.mk')
-rw-r--r--videocodec/Android.mk48
1 files changed, 24 insertions, 24 deletions
diff --git a/videocodec/Android.mk b/videocodec/Android.mk
index 8820eac..d3b3366 100644
--- a/videocodec/Android.mk
+++ b/videocodec/Android.mk
@@ -9,8 +9,8 @@ endif
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -79,8 +79,8 @@ PLATFORM_SUPPORT_VP8 := \
ifneq ($(filter $(TARGET_BOARD_PLATFORM),$(PLATFORM_SUPPORT_VP8)),)
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -140,8 +140,8 @@ endif
# VP9 with SW decode and HW Render
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -242,8 +242,8 @@ include $(BUILD_SHARED_LIBRARY)
endif
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -299,8 +299,8 @@ include $(BUILD_SHARED_LIBRARY)
################################################################################
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -356,8 +356,8 @@ include $(BUILD_SHARED_LIBRARY)
################################################################################
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -420,8 +420,8 @@ include $(BUILD_SHARED_LIBRARY)
ifeq ($(USE_INTEL_SECURE_AVC),true)
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -465,8 +465,8 @@ endif #USE_INTEL_SECURE_AVC
################################################################################
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -503,8 +503,8 @@ include $(BUILD_SHARED_LIBRARY)
################################################################################
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -545,8 +545,8 @@ include $(BUILD_SHARED_LIBRARY)
################################################################################
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -584,8 +584,8 @@ include $(BUILD_SHARED_LIBRARY)
################################################################################
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \
@@ -629,8 +629,8 @@ include $(BUILD_SHARED_LIBRARY)
################################################################################
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SHARED_LIBRARIES := \