uses Codec2 HIDL 1.2 service
Bug: 238360304 Test: Build PASS Test: Boot to home Signed-off-by: Taehwan Kim <t_h.kim@samsung.com> Change-Id: I1d24fab86807b0260c2f57717867eb0dba10d0a1
This commit is contained in:
parent
758c0151ea
commit
4307f59c9e
4 changed files with 4 additions and 3 deletions
|
@ -189,6 +189,7 @@ BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := f2fs
|
||||||
# Video Codec
|
# Video Codec
|
||||||
########################
|
########################
|
||||||
# 1. Exynos C2
|
# 1. Exynos C2
|
||||||
|
BOARD_USE_CODEC2_HIDL_1_2 := true
|
||||||
BOARD_USE_CSC_FILTER := false
|
BOARD_USE_CSC_FILTER := false
|
||||||
BOARD_USE_DEC_SW_CSC := true
|
BOARD_USE_DEC_SW_CSC := true
|
||||||
BOARD_USE_ENC_SW_CSC := true
|
BOARD_USE_ENC_SW_CSC := true
|
||||||
|
|
|
@ -705,7 +705,7 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/zuma/media_codecs_performance_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_c2.xml \
|
device/google/zuma/media_codecs_performance_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_c2.xml \
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
samsung.hardware.media.c2@1.0-service \
|
samsung.hardware.media.c2@1.2-service \
|
||||||
codec2.vendor.base.policy \
|
codec2.vendor.base.policy \
|
||||||
codec2.vendor.ext.policy \
|
codec2.vendor.ext.policy \
|
||||||
libExynosC2ComponentStore \
|
libExynosC2ComponentStore \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.media.c2</name>
|
<name>android.hardware.media.c2</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>1.0</version>
|
<version>1.2</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IComponentStore</name>
|
<name>IComponentStore</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.media.c2</name>
|
<name>android.hardware.media.c2</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>1.0</version>
|
<version>1.2</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IComponentStore</name>
|
<name>IComponentStore</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue