2017-01-19 04:57:49 +00:00
|
|
|
# Media
|
|
|
|
PRODUCT_COPY_FILES += \
|
2017-12-22 15:12:54 +00:00
|
|
|
$(VENDOR_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
|
|
|
$(VENDOR_PATH)/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
|
2017-05-04 02:54:12 +00:00
|
|
|
$(VENDOR_PATH)/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
2017-01-19 04:57:49 +00:00
|
|
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
2017-12-22 15:12:54 +00:00
|
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
|
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
|
|
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
|
2017-01-19 04:57:49 +00:00
|
|
|
|
2016-11-10 03:33:46 +00:00
|
|
|
# Properties
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2018-02-04 04:41:08 +00:00
|
|
|
drm.service.enabled=true \
|
2016-11-10 03:33:46 +00:00
|
|
|
media.aac_51_output_enabled=true \
|
2018-02-04 04:41:08 +00:00
|
|
|
mm.enable.smoothstreaming=true \
|
|
|
|
vendor.audio.hw.aac.encoder=true \
|
|
|
|
vendor.vidc.disable.split.mode=1 \
|
|
|
|
vendor.vidc.enc.disable.pq=true \
|
|
|
|
vendor.vidc.enc.disable_bframes=1 \
|
2016-11-10 03:33:46 +00:00
|
|
|
vidc.enc.narrow.searchrange=1 \
|
2018-02-04 04:41:08 +00:00
|
|
|
vidc.disable.split.mode=1
|
2016-03-21 16:37:14 +00:00
|
|
|
|
|
|
|
# Seccomp policy
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
$(VENDOR_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
|
|
|
|
$(VENDOR_PATH)/seccomp/mediaextractor-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy
|