From 02a881e5fca78407091a812b7112e2fef4044d10 Mon Sep 17 00:00:00 2001 From: Mao Lee Date: Fri, 28 Jul 2023 04:31:32 +0000 Subject: [PATCH] Camera: Enable the product properties 1. Synchoronize the perf solution ag/19991927 from previous projects by increasing thread priority for nodes stop. 2. Synchoronize the perf solution ag/18800510 from previous projects by extending cpu boost. Bug: 292020052 Test: GCA, CTS Change-Id: I6c479bf8aad3d19b676d544eb571cf99fdcd4db3 --- device-akita.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-akita.mk b/device-akita.mk index 2a2fe87..db264db 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -64,6 +64,7 @@ PRODUCT_COPY_FILES += \ device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml PRODUCT_PROPERTY_OVERRIDES += \ + persist.vendor.camera.extended_launch_boost=1 \ vendor.camera.debug.enable_software_post_sharpen_node=false \ vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false @@ -216,6 +217,10 @@ PRODUCT_VENDOR_PROPERTIES += \ vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true +# Increase thread priority for nodes stop +PRODUCT_VENDOR_PROPERTIES += \ + persist.vendor.camera.increase_thread_priority_nodes_stop=true + # Fingerprint HAL GOODIX_CONFIG_BUILD_VERSION := g7_trusty include device/google/gs101/fingerprint/udfps_common.mk