Enable dimming in gamma space in screenshots for adaptive mode
This fixes a flicker during screen rotation Bug: 293560925 Test: Youtube HDR playback Change-Id: Icd7ab0ab7f7d4295785f6840788bb33e327b3bc6
This commit is contained in:
parent
2ef3dcfc6f
commit
d836d5d5ad
1 changed files with 2 additions and 1 deletions
|
@ -660,7 +660,8 @@ endif
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
debug.sf.disable_backpressure=0 \
|
||||
debug.sf.enable_gl_backpressure=1 \
|
||||
debug.sf.enable_sdr_dimming=1
|
||||
debug.sf.enable_sdr_dimming=1 \
|
||||
debug.sf.dim_in_gamma_in_enhanced_screenshots=1
|
||||
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.use_phase_offsets_as_durations=1
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.late.sf.duration=10500000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue