Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp135 bool wasLowFps = (mFps < LOW_FPS_THRESHOLD) ? true : false; in checkFps() local
148 (wasLowFps != nowLowFps)) in checkFps()