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

  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 798 uint32_t swidthy = 0; local
836 swidthy = calculateSWidthSW(offsety, width);
838 backBuffer->SWIDTHSW = (swidthy << 2) | (swidthuv << 18);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 420 unsigned int swidth, swidthy, swidthuv; local
542 swidthy = i830_swidth(offsety, width, mask, shift);
544 overlay->SWIDTHSW = (swidthy) | (swidthuv << 16);
550 swidthy = i830_swidth(offsety, width, mask, shift);
552 overlay->SWIDTHSW = (swidthy) | (swidthuv << 16);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 819 uint32_t swidthy = 0; local
856 swidthy = calculateSWidthSW(offsety, width);
858 backBuffer->SWIDTHSW = (swidthy << 2) | (swidthuv << 18);
    [all...]

Completed in 73 milliseconds