Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h40 int mMode, mWidth, mHeight, mFps; member
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order) in EDIDData()
Dhdmi.cpp662 fps = gEDIDData[dataIndex].mFps; in getAttrForMode()
774 fps = gEDIDData[dataIndex].mFps; in getAttrForConfig()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp42 mFps(0), in ExynosLayer()
98 bool wasLowFps = (mFps < LOW_FPS_THRESHOLD) ? true:false; in checkFps()
110 mFps = (uint32_t)(frameDiff * float(s2ns(1))) / diff; in checkFps()
114 bool nowLowFps = (mFps < LOW_FPS_THRESHOLD) ? true:false; in checkFps()
120 return mFps; in checkFps()
127 return mFps; in getFps()
960 .add("fps", mFps); in dump()
1034 …result.appendFormat("\tfps: %2d, priority: %d, windowIndex: %d\n", mFps, mOverlayPriority, mWindow… in printLayer()
DExynosLayer.h126 uint32_t mFps; variable