Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp294 int refreshRate = 0; in init_frame_buffer_locked() local
298 refreshRate = 1000000000000000LLU / in init_frame_buffer_locked()
310 if (refreshRate == 0) in init_frame_buffer_locked()
312 refreshRate = 60 * 1000; // 60 Hz in init_frame_buffer_locked()
325 float fps = refreshRate / 1000.0f; in init_frame_buffer_locked()