Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
H A DTimeStatsHelper.h65 ExactOrMultiple = 2, enumerator
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.h76 ExactOrMultiple, // Layer needs the exact frame rate (or a multiple of it) to present the enumerator
H A DLayerHistory.cpp194 case Layer::FrameRateCompatibility::ExactOrMultiple: in partitionLayers()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DLayerHistoryTest.cpp339 Layer::FrameRate(Fps(73.4f), Layer::FrameRateCompatibility::ExactOrMultiple))); in TEST_F()
586 Layer::FrameRate(Fps(60.0f), Layer::FrameRateCompatibility::ExactOrMultiple))); in TEST_F()
591 Layer::FrameRate(Fps(90.0f), Layer::FrameRateCompatibility::ExactOrMultiple))); in TEST_F()
H A 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()
H A DSetFrameRateTest.cpp113 FrameRate(Fps(14.f), FrameRateCompatibility::ExactOrMultiple);
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp353 case Layer::FrameRateCompatibility::ExactOrMultiple: in frameRateToSetFrameRateVotePayload()
354 return FrameRateCompatibility::ExactOrMultiple; in frameRateToSetFrameRateVotePayload()
H A DLayer.cpp1440 case FrameRateCompatibility::ExactOrMultiple: in frameRateCompatibilityString()
2626 return FrameRateCompatibility::ExactOrMultiple; in convertCompatibility()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
H A DTimeStatsHelper.cpp100 case FrameRateCompatibility::ExactOrMultiple: in toString()