HomeSort by relevance Sort by last modified time
    Searched refs:vrefresh (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ui/ozone/platform/dri/
dri_vsync_provider.cc 26 controller->get_mode().vrefresh == 0)
34 base::TimeDelta::FromSeconds(1) / controller->get_mode().vrefresh;
dri_util.cc 98 lhs.vrefresh == rhs.vrefresh &&
hardware_display_controller.cc 278 << mode.vrefresh;
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
display_mode_dri.cc 12 mode.vrefresh),
  /hardware/intel/img/hwcomposer/common/devices/
PhysicalDevice.cpp 340 DisplayConfig *config = new DisplayConfig(mode.vrefresh,
363 compatMode->vrefresh != mode.vrefresh) {
368 if (config->getRefreshRate() == (int)compatMode->vrefresh) {
378 DisplayConfig *config = new DisplayConfig(compatMode->vrefresh,
ExternalDevice.cpp 279 if (hz == (int)mode.vrefresh)
289 ILOGTRACE("changing refresh rate from %d to %d", mode.vrefresh, hz);
  /hardware/intel/img/hwcomposer/common/base/
Drm.cpp 228 ILOGTRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode.vdisplay, output->mode.vrefresh);
240 base->vrefresh == value->vrefresh &&
329 mode->vrefresh == (uint32_t)hz) {
665 ILOGTRACE("mode set: %dx%d@%dHz", mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /hardware/intel/img/libdrm/shared-core/
drm_mode.h 91 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm_mode.h 88 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 88 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /hardware/intel/img/libdrm/tests/modeprint/
modeprint.c 81 printf("\tvrefresh : %i\n", mode->vrefresh);
85 mode->hdisplay, mode->vdisplay, mode->vrefresh / 1000.0);
  /system/core/adf/libadfhwc/
adfhwc.cpp 122 if (mode.vrefresh)
123 return 1000000000 / mode.vrefresh;
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 89 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 106 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.h 180 uint32_t vrefresh; /* vertical refresh * 1000 */ member in struct:_drmModeModeInfo
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_crtc.c 124 drm_mode.vrefresh = mode->VRefresh;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 124 drm_mode.vrefresh = mode->VRefresh;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
modeset.c 561 drmmode->base.refresh_rate = drmmode->mode.vrefresh;
562 /* not all kernels have vrefresh = refresh_rate * 1000 */
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 561 drmmode->base.refresh_rate = drmmode->mode.vrefresh;
562 /* not all kernels have vrefresh = refresh_rate * 1000 */
  /external/valgrind/main/include/vki/
vki-linux-drm.h 350 __vki_u32 vrefresh; /* vertical refresh * 1000 */ member in struct:vki_drm_mode_modeinfo
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 145 (float)mode->vrefresh / 1000,

Completed in 7355 milliseconds