Searched refs:mMaxFps (Results 1 – 4 of 4) sorted by relevance
97 uint32_t mMaxFps; // Max fps supported by panel member101 mDynFpsSupported(0), mMinFps(0), mMaxFps(0) {} in PanelInfo()140 uint32_t getMaxFpsSupported() { return mPanelInfo.mMaxFps; } in getMaxFpsSupported()
247 mPanelInfo.mMaxFps = atoi(tokens[1]); in updatePanelInfo()248 ALOGI("Max Panel fps: %d", mPanelInfo.mMaxFps); in updatePanelInfo()
97 uint32_t mMaxFps; // Max fps supported by panel member101 mDynFpsSupported(0), mMinFps(0), mMaxFps(0) {} in PanelInfo()139 uint32_t getMaxFpsSupported() { return mPanelInfo.mMaxFps; } in getMaxFpsSupported()
239 mPanelInfo.mMaxFps = atoi(tokens[1]); in updatePanelInfo()240 ALOGI("Max Panel fps: %d", mPanelInfo.mMaxFps); in updatePanelInfo()