Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp292 int refreshRate = 0; in init_frame_buffer_locked() local
296 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()
/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp275 int refreshRate = 0; in init_frame_buffer_locked() local
279 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()
/device/amlogic/yukawa/hal/gralloc/
Dframebuffer_device.cpp275 int refreshRate = 0; in init_frame_buffer_locked() local
279 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()
/device/generic/goldfish-opengl/system/hwc3/
DDrmClient.h78 uint32_t refreshRate() const { return mDisplays[0]->getRefreshRateUint(); } in refreshRate() function
DComposerClient.h239 uint32_t refreshRate);
DComposerClient.cpp146 uint32_t refreshRate) { in init() argument
147 handleHotplug(connected, id, width, height, dpiX, dpiY, refreshRate); in init()