diff --git a/configs/media/media_codecs_holi.xml b/configs/media/media_codecs_holi.xml new file mode 100644 index 0000000..6a29b28 --- /dev/null +++ b/configs/media/media_codecs_holi.xml @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/configs/media/media_codecs_performance_holi.xml b/configs/media/media_codecs_performance_holi.xml new file mode 100644 index 0000000..4a122b2 --- /dev/null +++ b/configs/media/media_codecs_performance_holi.xml @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/device.mk b/device.mk index b92b33a..947095c 100644 --- a/device.mk +++ b/device.mk @@ -279,8 +279,36 @@ PRODUCT_PACKAGES += \ libOmxQcelp13Enc \ libstagefrighthw \ libstagefright_omx \ + libstagefright_omx.vendor \ libstagefright_foundation \ - libstagefright_softomx.vendor + libstagefright_softomx.vendor \ + android.hardware.media.c2@1.1.vendor \ + android.hardware.media.c2@1.2.vendor \ + libcodec2_soft_avcdec \ + libcodec2_soft_avcenc \ + libcodec2_soft_h263dec \ + libcodec2_soft_h263enc \ + libcodec2_soft_mpeg4dec \ + libcodec2_soft_mpeg4enc \ + libcodec2_soft_vp8dec \ + libcodec2_soft_vp8enc \ + libcodec2_soft_vp9dec \ + libcodec2_soft_vp9enc \ + libcodec2_soft_hevcdec \ + libcodec2_soft_hevcenc + +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/media/media_codecs_holi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_holi.xml \ + $(LOCAL_PATH)/configs/media/media_codecs_performance_holi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_holi.xml + +PRODUCT_COPY_FILES += \ + 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 \ + frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml # Mlipay PRODUCT_PACKAGES += \