Searched refs:mMinFps (Results 1 – 4 of 4) sorted by relevance
96 uint32_t mMinFps; // Min fps supported by panel member101 mDynFpsSupported(0), mMinFps(0), mMaxFps(0) {} in PanelInfo()139 uint32_t getMinFpsSupported() { return mPanelInfo.mMinFps; } in getMinFpsSupported()
243 mPanelInfo.mMinFps = atoi(tokens[1]); in updatePanelInfo()244 ALOGI("Min Panel fps: %d", mPanelInfo.mMinFps); in updatePanelInfo()
64 float mMinFps; // minimum fps (repeat frame to achieve this) member
259 if (config.mMinFps > 0 && config.mMinFps != mConfig.mMinFps) { in configure()260 int64_t us = 1e6 / config.mMinFps + 0.5; in configure()262 status << " minFps=" << config.mMinFps << " => repeatDelayUs=" << us; in configure()267 mConfig.mMinFps = config.mMinFps; in configure()723 config->mISConfig->mMinFps = 0; in configure()726 config->mISConfig->mMinFps = 1e6 / value; in configure()