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

  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 799 uint32_t swidthuv = 0; local
837 swidthuv = calculateSWidthSW(offsetu, width / 2);
838 backBuffer->SWIDTHSW = (swidthy << 2) | (swidthuv << 18);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 420 unsigned int swidth, swidthy, swidthuv; local
543 swidthuv = i830_swidth(offsetu, width / 2, mask, shift);
544 overlay->SWIDTHSW = (swidthy) | (swidthuv << 16);
551 swidthuv = i830_swidth(offsetu, width / 2, mask, shift);
552 overlay->SWIDTHSW = (swidthy) | (swidthuv << 16);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 820 uint32_t swidthuv = 0; local
857 swidthuv = calculateSWidthSW(offsetu, width / 2);
858 backBuffer->SWIDTHSW = (swidthy << 2) | (swidthuv << 18);
    [all...]

Completed in 885 milliseconds