Lines Matching refs:fps
138 uint32_t fps = 0; in getAttributes() local
139 getAttrForMode(width, height, fps); in getAttributes()
588 uint32_t fps = 0; in setAttributes() local
590 getAttrForMode(mXres, mYres, fps); in setAttributes()
652 mVsyncPeriod = (int) 1000000000l / fps; in setAttributes()
657 uint32_t& fps) { in getAttrForMode() argument
662 fps = gEDIDData[dataIndex].mFps; in getAttrForMode()
768 uint32_t fps = 0; in getAttrForConfig() local
774 fps = gEDIDData[dataIndex].mFps; in getAttrForConfig()
777 refresh = (uint32_t) 1000000000l / fps; in getAttrForConfig()
779 xres, yres, fps, refresh); in getAttrForConfig()