Home
last modified time | relevance | path

Searched refs:ExactOrMultiple (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h65 ExactOrMultiple = 2, enumerator
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp194 case Layer::FrameRateCompatibility::ExactOrMultiple: in partitionLayers()
DLayerInfo.h76 ExactOrMultiple, // Layer needs the exact frame rate (or a multiple of it) to present the enumerator
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryTest.cpp331 Layer::FrameRate(Fps(73.4f), Layer::FrameRateCompatibility::ExactOrMultiple))); in TEST_F()
578 Layer::FrameRate(Fps(60.0f), Layer::FrameRateCompatibility::ExactOrMultiple))); in TEST_F()
583 Layer::FrameRate(Fps(90.0f), Layer::FrameRateCompatibility::ExactOrMultiple))); in TEST_F()
DTimeStatsTest.cpp388 TimeStats::SetFrameRateVote::FrameRateCompatibility::ExactOrMultiple, in TEST_F()
428 TimeStats::SetFrameRateVote::FrameRateCompatibility::ExactOrMultiple, in TEST_F()
1184 TimeStats::SetFrameRateVote::FrameRateCompatibility::ExactOrMultiple, in TEST_F()
DSetFrameRateTest.cpp113 FrameRate(Fps(14.f), FrameRateCompatibility::ExactOrMultiple);
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp351 case Layer::FrameRateCompatibility::ExactOrMultiple: in frameRateToSetFrameRateVotePayload()
352 return FrameRateCompatibility::ExactOrMultiple; in frameRateToSetFrameRateVotePayload()
DLayer.cpp1434 case FrameRateCompatibility::ExactOrMultiple: in frameRateCompatibilityString()
2527 return FrameRateCompatibility::ExactOrMultiple; in convertCompatibility()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp100 case FrameRateCompatibility::ExactOrMultiple: in toString()