From 495567bb434d485bf8720ee7e290aab06541b3b6 Mon Sep 17 00:00:00 2001 From: wenchangliu Date: Tue, 20 Sep 2022 18:31:19 +0800 Subject: [PATCH 1/3] [DO NOT MERGE] temporal remove CQ mode for HEVC encoder We are too late to upgrade the latest version of libyuv in Android T to fix color conversion (BT.709 YUV to RGB) accuracy issue in HeifWriterTest when we exposed CQ mode for H/W hevc encoder. Move CQ mode support in Android U. Note: remove CQ mode support, HeifWriterTest will use software hevc encoder to run the test. Since software encoder only support 512x512 resolution the default color primary is using BT.601 which will not meet color accuracy issue. Bug: 242466144 Test: atest android.media.misc.cts.HeifWriterTest Change-Id: I4e0cf6995980603c9473086a385617e47a16b4b9 --- media_codecs_aosp_c2.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media_codecs_aosp_c2.xml b/media_codecs_aosp_c2.xml index a35aba11..31842ff8 100644 --- a/media_codecs_aosp_c2.xml +++ b/media_codecs_aosp_c2.xml @@ -166,11 +166,10 @@ - - + From 01a942fe3a8355828c0f110aefe65c1a9a8e8991 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 20 Sep 2022 16:26:34 -0700 Subject: [PATCH 2/3] Delete HALs that are already in VINTF fragments (google_battery) (2/2) These HALs are already included in VINTF fragments, so there's no need to be specified here. Test: TH Bug: 148808037 Change-Id: Iaa719867c7318a5a1bb180430346ffb50852e556 Merged-In: Iaa719867c7318a5a1bb180430346ffb50852e556 --- manifest_64.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifest_64.xml b/manifest_64.xml index a8b512be..4d67efcc 100644 --- a/manifest_64.xml +++ b/manifest_64.xml @@ -125,14 +125,6 @@ default - - vendor.google.google_battery - 1 - - IGoogleBattery - default - - vendor.google.whitechapel.audio.audioext hwbinder From def0f3259b6de7567bddb09cad76936e0535edb4 Mon Sep 17 00:00:00 2001 From: Habib Moukalled Date: Wed, 14 Sep 2022 12:54:55 +0000 Subject: [PATCH 3/3] Upgrade device VINTF manifest for IDebugHost Notes: - Update the HAL version in VINTF manifest from AIDL 1.0 to AIDL 2.0 Bug: 245126454 Test: E2E auth enroll, atests Change-Id: I75bde5164ecb9b7a51088ba5ea4dd6ebbfce9566 (cherry picked from commit 7a25196bf52dd758dacb5845a229f2e102f17069) --- device_framework_matrix_product.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml index 158951a4..a9f026ee 100644 --- a/device_framework_matrix_product.xml +++ b/device_framework_matrix_product.xml @@ -58,6 +58,7 @@ com.google.face.debug + 2 IDebugHost default