Searched defs:refresh (Results 1 - 6 of 6) sorted by relevance

/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp108 int32_t *refresh)
136 *refresh = (int32_t)_r;
150 *refresh = 60;
196 "refresh rate = %.2f Hz\n",
107 get_screen_res(const char *fbname, int32_t *xres, int32_t *yres, int32_t *refresh) argument
/hardware/libhardware/include/hardware/
H A Dbt_gatt_client.h267 bt_status_t (*refresh)( int client_if, const bt_bdaddr_t *bd_addr ); member in struct:__anon1109
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp2014 int32_t *refresh)
2042 *refresh = (int32_t)_r;
2056 *refresh = 60;
2104 ALOGW("invalid refresh rate, assuming 60 Hz");
2117 "refresh rate = %d Hz\n",
2013 get_screen_res(const char *fbname, int32_t *xres, int32_t *yres, int32_t *refresh) argument
/hardware/ti/omap4-aah/kernel-headers-ti/video/
H A Ddsscomp.h125 __u32 refresh; member in struct:dsscomp_videomode
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c800 __u32 xres, __u32 yres, __u32 refresh,
821 /* adjust mode refresh rate */
825 upscale = (mode_refresh >= refresh);
829 if (mode_refresh > refresh)
830 score = (score << 8) | (240 * refresh / mode_refresh);
832 score = (score << 8) | (240 * mode_refresh / refresh);
905 mode_xres, mode_yres, d.modedb[i].refresh ? : 1);
907 ALOGD("#%d: %dx%d %dHz", i, mode_xres, mode_yres, d.modedb[i].refresh);
799 add_scaling_score(__u32 score, __u32 xres, __u32 yres, __u32 refresh, __u32 ext_xres, __u32 ext_yres, __u32 mode_xres, __u32 mode_yres, __u32 mode_refresh) argument
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c995 __u32 xres, __u32 yres, __u32 refresh,
1016 /* adjust mode refresh rate */
1020 upscale = (mode_refresh >= refresh);
1024 if (mode_refresh > refresh)
1025 score = (score << 8) | (240 * refresh / mode_refresh);
1027 score = (score << 8) | (240 * mode_refresh / refresh);
1148 mode_xres, mode_yres, d.modedb[i].refresh ? : 1);
1152 d.modedb[i].refresh, d.modedb[i].flag, d.modedb[i].vmode,
994 add_scaling_score(__u32 score, __u32 xres, __u32 yres, __u32 refresh, __u32 ext_xres, __u32 ext_yres, __u32 mode_xres, __u32 mode_yres, __u32 mode_refresh) argument

Completed in 300 milliseconds