Searched refs:refreshRate (Results 1 – 6 of 6) sorted by relevance
292 int refreshRate = 0; in init_frame_buffer_locked() local296 refreshRate = 1000000000000000LLU / in init_frame_buffer_locked()308 if (refreshRate == 0) in init_frame_buffer_locked()310 refreshRate = 60 * 1000; // 60 Hz in init_frame_buffer_locked()323 float fps = refreshRate / 1000.0f; in init_frame_buffer_locked()
275 int refreshRate = 0; in init_frame_buffer_locked() local279 refreshRate = in init_frame_buffer_locked()288 if (refreshRate == 0) in init_frame_buffer_locked()290 refreshRate = 60 * 1000; // 60 Hz in init_frame_buffer_locked()303 float fps = refreshRate / 1000.0f; in init_frame_buffer_locked()
78 uint32_t refreshRate() const { return mDisplays[0]->getRefreshRateUint(); } in refreshRate() function
239 uint32_t refreshRate);
146 uint32_t refreshRate) { in init() argument147 handleHotplug(connected, id, width, height, dpiX, dpiY, refreshRate); in init()