Home
last modified time | relevance | path

Searched refs:lowFrameRateThreshold (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DAdpfConfig.h90 std::optional<uint32_t> lowFrameRateThreshold, std::optional<uint32_t> maxRecordsNum, in AdpfConfig()
124 mLowFrameRateThreshold(lowFrameRateThreshold), in AdpfConfig()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc743 std::optional<uint32_t> lowFrameRateThreshold; in ParseAdpfConfigs() local
779 ADPF_PARSE_OPTIONAL(lowFrameRateThreshold, "LowFrameRateThreshold", UInt); in ParseAdpfConfigs()
802 !lowFrameRateThreshold.has_value() || !maxRecordsNum.has_value()) { in ParseAdpfConfigs()
829 jankCheckTimeFactor, lowFrameRateThreshold, maxRecordsNum, uclampMinLoadUp.value(), in ParseAdpfConfigs()