Home
last modified time | relevance | path

Searched refs:DbvToNits (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/include/displaycolor/
Ddisplaycolor.h143 virtual std::optional<float> DbvToNits(BrightnessMode bm, uint32_t dbv) const = 0;
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.h270 std::optional<float> DbvToNits(BrightnessMode bm, uint32_t dbv) const override;
DBrightnessController.cpp74 std::optional<float> nits = DbvToNits(bm, dbv); in DbvToBrightness()
113 std::optional<float> BrightnessController::LinearBrightnessTable::DbvToNits(BrightnessMode bm, in DbvToNits() function in BrightnessController::LinearBrightnessTable