Lines Matching refs:layerFps
708 void frameRateTestScenario(Fps layerFps, int8_t frameRateCompatibility, Fps displayFps,
834 void AttachedChoreographerTest::frameRateTestScenario(Fps layerFps, int8_t frameRateCompatibility, in frameRateTestScenario() argument
846 layerState.frameRate = layerFps.getValue(); in frameRateTestScenario()
858 Fps layerFps = 30_Hz; in TEST_F() local
863 frameRateTestScenario(layerFps, frameRateCompatibility, displayFps, expectedChoreographerFps); in TEST_F()
865 layerFps = Fps::fromValue(32.7f); in TEST_F()
866 frameRateTestScenario(layerFps, frameRateCompatibility, displayFps, expectedChoreographerFps); in TEST_F()
870 Fps layerFps = 30_Hz; in TEST_F() local
875 frameRateTestScenario(layerFps, frameRateCompatibility, displayFps, expectedChoreographerFps); in TEST_F()
877 layerFps = Fps::fromValue(32.7f); in TEST_F()
879 frameRateTestScenario(layerFps, frameRateCompatibility, displayFps, expectedChoreographerFps); in TEST_F()
883 Fps layerFps = 30_Hz; in TEST_F() local
888 frameRateTestScenario(layerFps, frameRateCompatibility, displayFps, expectedChoreographerFps); in TEST_F()
890 layerFps = Fps::fromValue(32.7f); in TEST_F()
892 frameRateTestScenario(layerFps, frameRateCompatibility, displayFps, expectedChoreographerFps); in TEST_F()