From 495567bb434d485bf8720ee7e290aab06541b3b6 Mon Sep 17 00:00:00 2001 From: wenchangliu Date: Tue, 20 Sep 2022 18:31:19 +0800 Subject: [PATCH] [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 @@ - - +