From f5aa12e10c3ffe447e4bdf88be9890c14010be1d Mon Sep 17 00:00:00 2001 From: GiaSen Date: Tue, 6 Sep 2022 15:25:23 +0200 Subject: [PATCH] sdm710-common: Revert media configs to stock --- configs/media_codecs.xml | 147 ++++++--- configs/media_codecs_performance.xml | 19 +- configs/media_codecs_vendor.xml | 415 ++++++++++++++++++++++++++ configs/media_codecs_vendor_audio.xml | 23 ++ sdm710.mk | 2 + 5 files changed, 571 insertions(+), 35 deletions(-) create mode 100644 configs/media_codecs_vendor.xml create mode 100644 configs/media_codecs_vendor_audio.xml diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 3907671..cd8f601 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -139,11 +139,10 @@ Only the three quirks included above are recognized at this point: - - - - - + + + + @@ -157,9 +156,8 @@ Only the three quirks included above are recognized at this point: - - + @@ -173,13 +171,10 @@ Only the three quirks included above are recognized at this point: - - - - - - - + + + + @@ -222,11 +217,11 @@ Only the three quirks included above are recognized at this point: - - - - - + + + + + @@ -239,10 +234,10 @@ Only the three quirks included above are recognized at this point: - - - - + + + + @@ -255,7 +250,7 @@ Only the three quirks included above are recognized at this point: - + @@ -268,9 +263,57 @@ Only the three quirks included above are recognized at this point: - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -282,11 +325,10 @@ Only the three quirks included above are recognized at this point: - - - - - + + + + @@ -299,10 +341,10 @@ Only the three quirks included above are recognized at this point: - - - - + + + + @@ -330,6 +372,43 @@ Only the three quirks included above are recognized at this point: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/configs/media_codecs_performance.xml b/configs/media_codecs_performance.xml index 0af8e8a..2a0d318 100644 --- a/configs/media_codecs_performance.xml +++ b/configs/media_codecs_performance.xml @@ -34,10 +34,19 @@ limitations under the License. + + + + + + + + + @@ -98,17 +107,25 @@ limitations under the License. - + + + + + + + + + diff --git a/configs/media_codecs_vendor.xml b/configs/media_codecs_vendor.xml new file mode 100644 index 0000000..dfebf15 --- /dev/null +++ b/configs/media_codecs_vendor.xml @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/configs/media_codecs_vendor_audio.xml b/configs/media_codecs_vendor_audio.xml new file mode 100644 index 0000000..21a956a --- /dev/null +++ b/configs/media_codecs_vendor_audio.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/sdm710.mk b/sdm710.mk index 6a50904..73014a5 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -283,7 +283,9 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ + $(LOCAL_PATH)/configs/media_codecs_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_vendor.xml \ $(LOCAL_PATH)/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \ + $(LOCAL_PATH)/configs/media_codecs_vendor_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_vendor_audio.xml \ $(LOCAL_PATH)/configs/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \ $(LOCAL_PATH)/configs/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \ $(LOCAL_PATH)/configs/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml \