Home
last modified time | relevance | path

Searched refs:frameRateCompatibility (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/gui/
DLayerState.cpp62 frameRateCompatibility(ANATIVEWINDOW_FRAME_RATE_COMPATIBILITY_DEFAULT), in layer_state_t()
150 SAFE_PARCEL(output.writeByte, frameRateCompatibility); in write()
271 SAFE_PARCEL(input.readByte, &frameRateCompatibility); in read()
523 frameRateCompatibility = other.frameRateCompatibility; in merge()
DSurfaceComposerClient.cpp1619 s->frameRateCompatibility = compatibility; in setFrameRate()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h66 } frameRateCompatibility = FrameRateCompatibility::Undefined; member
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp347 const auto frameRateCompatibility = [frameRate] { in frameRateToSetFrameRateVotePayload() local
370 .frameRateCompatibility = frameRateCompatibility, in frameRateToSetFrameRateVotePayload()
DSurfaceFlinger.cpp4152 if (ValidateFrameRate(s.frameRate, s.frameRateCompatibility, s.changeFrameRateStrategy, in setClientStateLocked()
4155 Layer::FrameRate::convertCompatibility(s.frameRateCompatibility); in setClientStateLocked()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp382 .frameRateCompatibility = TimeStats::SetFrameRateVote::FrameRateCompatibility::Default, in TEST_F()
387 .frameRateCompatibility = in TEST_F()
427 .frameRateCompatibility = in TEST_F()
433 .frameRateCompatibility = TimeStats::SetFrameRateVote::FrameRateCompatibility::Default, in TEST_F()
1183 .frameRateCompatibility = in TEST_F()
1257 (int)frameRate60.frameRateCompatibility); in TEST_F()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp120 toString(frameRateCompatibility).c_str()); in toString()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp85 static_cast<FrameRateCompatibilityEnum>(setFrameRateVote.frameRateCompatibility)); in frameRateVoteToProto()