HomeSort by relevance Sort by last modified time
    Searched full:hdisplay (Results 1 - 25 of 45) sorted by null

1 2

  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.cpp 229 ILOGTRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode.vdisplay, output->mode.vrefresh);
239 if (base->hdisplay == value->hdisplay &&
328 if (mode->hdisplay == output->mode.hdisplay &&
434 if (output->mode.hdisplay == 0 || output->mode.vdisplay == 0) {
444 mode.hdisplay = DEFAULT_DRM_FB_WIDTH;
486 width = output->mode.hdisplay;
627 if (currentMode.hdisplay != mode->hdisplay ||
    [all...]
  /external/drm_hwcomposer/
drmmode.cpp 29 h_display_(m->hdisplay),
46 return clock_ == m.clock && h_display_ == m.hdisplay &&
56 m->hdisplay = h_display_;
  /external/libdrm/tests/planetest/
modeset.c 177 if ((w + x) > crtc->crtc->mode.hdisplay)
178 w = crtc->crtc->mode.hdisplay - x;
201 if ((w + x) > crtc->crtc->mode.hdisplay)
202 w = crtc->crtc->mode.hdisplay - x;
planetest.c 94 test_crtc->crtc->mode.hdisplay - plane_w);
atomictest.c 114 test_crtc->crtc->mode.hdisplay - plane_w);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.cpp 225 ITRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode.vdisplay, output->mode.vrefresh);
235 if (base->hdisplay == value->hdisplay &&
324 if (mode->hdisplay == output->mode.hdisplay &&
430 if (output->mode.hdisplay == 0 || output->mode.vdisplay == 0) {
599 mode->hdisplay, mode->vdisplay, &stride);
618 mode->hdisplay,
631 ITRACE("mode set: %dx%d@%dHz", mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 177 *width = mode.hdisplay;
339 dpiX = mode.hdisplay / physWidthInch;
348 mode.hdisplay,
368 if (compatMode->hdisplay == mode.hdisplay &&
386 compatMode->hdisplay,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp 175 *width = mode.hdisplay;
338 dpiX = mode.hdisplay / physWidthInch;
346 mode.hdisplay,
366 if (compatMode->hdisplay == mode.hdisplay &&
384 compatMode->hdisplay,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlane.cpp 97 if (mode->hdisplay == 0 || mode->vdisplay == 0)
104 if ((x + w) > mode->hdisplay)
105 w = mode->hdisplay - x;
362 mModeInfo.hdisplay = mDisplayWidth;
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlane.cpp 91 if (mode->hdisplay == 0 || mode->vdisplay == 0)
98 if ((x + w) > mode->hdisplay)
99 w = mode->hdisplay - x;
  /external/libdrm/tests/kms/
libkms-test-screen.c 50 screen->width = screen->mode.hdisplay;
  /system/core/adf/libadfhwc/
adfhwc.cpp 128 return mode.hdisplay;
134 return dpi(mode.hdisplay, data.width_mm);
179 return mode.hdisplay;
185 return dpi(mode.hdisplay, data.width_mm);
  /bootable/recovery/minui/
graphics_adf.cpp 37 surf->fd = adf_interface_simple_buffer_alloc(intf_fd, mode->hdisplay, mode->vdisplay, format,
43 surf->width = mode->hdisplay;
  /frameworks/wilhelm/tests/sandbox/
xa.c 102 locND.hDisplay = NULL;
  /external/libdrm/tests/modeprint/
modeprint.c 76 printf("\thdisplay : %i\n", mode->hdisplay);
90 mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnRGBPlane.cpp 172 if (mode->vdisplay && mode->hdisplay)
173 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnRGBPlane.cpp 230 if (mode->vdisplay && mode->hdisplay)
231 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 555 if ((modes[i]->hdisplay == shell.m_pShellData->nShellDimX) && (modes[i]->vdisplay == shell.m_pShellData->nShellDimY))
574 edimx = modes[chosenMode]->hdisplay;
696 tmpmi.hdisplay = m_OriginalMode.hdisplay;
  /frameworks/wilhelm/src/
data.cpp 176 // hWindow is NDK C ANativeWindow * and hDisplay must be NULL
181 if (pDataLocator->mNativeDisplay.hDisplay != NULL) {
182 SL_LOGE("%s: hDisplay must be NULL, but is %p", name,
183 pDataLocator->mNativeDisplay.hDisplay);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp 103 dstX = mModeInfo.hdisplay - dstX - cursorSize;
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 92 __u16 hdisplay; member in struct:drm_mode_modeinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 86 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 166 display_attributes_.x_pixels = mode.hdisplay;
187 uint32_t h_blanking = mode.htotal - mode.hdisplay;
192 display_attributes_.x_dpi = (FLOAT(mode.hdisplay) * 25.4f) / FLOAT(mm_width);
  /external/libdrm/tests/modetest/
modetest.c 204 mode->hdisplay,
1033 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2;
1087 dev->mode.width += pipe->mode->hdisplay;
1130 x += pipe->mode->hdisplay;
1182 pipe->mode->hdisplay, pipe->mode->vdisplay,
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 628 if (mode->hdisplay == 0 || mode->vdisplay == 0)
635 if ((x + w) > mode->hdisplay)
636 w = mode->hdisplay - x;
    [all...]

Completed in 782 milliseconds

1 2