Snap for 11292102 from 59ed5b77f5 to 24Q2-release

Change-Id: Icec366c7f91e28017275c2df618824a1e513179c
This commit is contained in:
Android Build Coastguard Worker 2024-01-10 00:03:10 +00:00
commit 0670c99267
4 changed files with 15 additions and 22 deletions

View file

@ -190,6 +190,7 @@ BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
# 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

View file

@ -752,30 +752,14 @@ endif
$(call soong_config_set,bigo,soc,gs201) $(call soong_config_set,bigo,soc,gs201)
# 1. Codec 2.0 # 1. Codec 2.0
# exynos service # for settings used by different C2 hal
PRODUCT_SOONG_NAMESPACES += vendor/samsung_slsi/codec2 include device/google/gs-common/mediacodec/common/mediacodec_common.mk
# for Exynos C2 Hal
include device/google/gs-common/mediacodec/samsung/mediacodec_samsung.mk
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/gs201/media_codecs_performance_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_c2.xml \ device/google/gs201/media_codecs_performance_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_c2.xml \
PRODUCT_PACKAGES += \
samsung.hardware.media.c2@1.0-service \
codec2.vendor.base.policy \
codec2.vendor.ext.policy \
libExynosC2ComponentStore \
libExynosC2H264Dec \
libExynosC2H264Enc \
libExynosC2HevcDec \
libExynosC2HevcEnc \
libExynosC2Mpeg4Dec \
libExynosC2Mpeg4Enc \
libExynosC2H263Dec \
libExynosC2H263Enc \
libExynosC2Vp8Dec \
libExynosC2Vp8Enc \
libExynosC2Vp9Dec \
libExynosC2Vp9Enc
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
debug.stagefright.c2-poolmask=458752 \ debug.stagefright.c2-poolmask=458752 \
debug.c2.use_dmabufheaps=1 \ debug.c2.use_dmabufheaps=1 \

View file

@ -5,8 +5,16 @@
<version>1.0</version> <version>1.0</version>
<interface> <interface>
<name>IComponentStore</name> <name>IComponentStore</name>
<instance>default</instance>
<instance>default1</instance> <instance>default1</instance>
</interface> </interface>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.media.c2</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>IComponentStore</name>
<instance>default</instance>
</interface>
</hal>
</manifest> </manifest>

View file

@ -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>