Searched refs:mLowFrameRateThreshold (Results 1 – 4 of 4) sorted by relevance
63 std::optional<uint32_t> mLowFrameRateThreshold; member124 mLowFrameRateThreshold(lowFrameRateThreshold), in AdpfConfig()
75 dump_buf << "LowFrameRateThreshold: " << mLowFrameRateThreshold.value() << "\n"; in dumpToFd()
315 if (mSessionRecords->isLowFrameRate(adpfConfig->mLowFrameRateThreshold.value())) { in updateHeuristicBoost()331 mSessionRecords->isLowFrameRate(adpfConfig->mLowFrameRateThreshold.value())); in updateHeuristicBoost()
849 EXPECT_EQ(25U, adpfs[0]->mLowFrameRateThreshold.value()); in TEST_F()850 EXPECT_FALSE(adpfs[1]->mLowFrameRateThreshold.has_value()); in TEST_F()