Merge "Camera: disable blending node for AK3" into udc-qpr-dev am: ef74e6711e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/25017777 Change-Id: Iceaad0988e1af9631ab3f4dd135f822d4f68530b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4c06aaa690
1 changed files with 5 additions and 4 deletions
|
@ -71,12 +71,13 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.camera.adjust_backend_min_freq_for_1p_front_video_1080p_30fps=1 \
|
persist.vendor.camera.adjust_backend_min_freq_for_1p_front_video_1080p_30fps=1 \
|
||||||
persist.vendor.camera.adjust_backend_min_freq_for_video_120fps=1 \
|
persist.vendor.camera.adjust_backend_min_freq_for_video_120fps=1 \
|
||||||
persist.vendor.camera.extended_launch_boost=1 \
|
persist.vendor.camera.extended_launch_boost=1 \
|
||||||
persist.vendor.camera.optimized_tnr_freq=1 \
|
persist.vendor.camera.optimized_tnr_freq=1 \
|
||||||
vendor.camera.debug.enable_software_post_sharpen_node=false \
|
vendor.camera.debug.enable_software_post_sharpen_node=false \
|
||||||
vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false
|
vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false \
|
||||||
|
vendor.camera.debug.enable_blending_node=false
|
||||||
|
|
||||||
# Enable front camera always binning for 720P or smaller resolution
|
# Enable front camera always binning for 720P or smaller resolution
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue