Home
last modified time | relevance | path

Searched refs:kDefaultMinLuminance (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_tv_drm.h61 const float kDefaultMinLuminance = 0.02f; variable
H A Dhw_tv_drm.cpp242 hw_panel_info_.blackness_level = (min_luminance < 1.0f) ? min_luminance : kDefaultMinLuminance; in PopulateHWPanelInfo()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_tv_drm.h62 const float kDefaultMinLuminance = 0.02f; variable
H A Dhw_tv_drm.cpp253 hw_panel_info_.blackness_level = (min_luminance < 1.0f) ? min_luminance : kDefaultMinLuminance; in PopulateHWPanelInfo()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp3055 static constexpr float kDefaultMinLuminance = 0.1f; member
3091 OutputComposeSurfacesTest::kDefaultMinLuminance};