Home
last modified time | relevance | path

Searched refs:DWINSZ (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
DOverlayHardware.h107 uint32_t DWINSZ; member
DOverlayPlaneBase.cpp1004 backBuffer->DWINSZ = (h << 16) | w; in scalingSetup()
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c98 overlayA->DWINSZ = 0x00000000; in I830ResetVideo()
101 overlayC->DWINSZ = 0x00000000; in I830ResetVideo()
190 overlayC->DWINSZ = 0x00000000; in I830StopVideo()
204 overlayA->DWINSZ = 0x00000000; in I830StopVideo()
216 overlayA->DWINSZ = 0x00000000; in I830StopVideo()
253 overlay->DWINSZ = 0x00000000;
573 overlay->DWINSZ = (((dstBox->y2 - dstBox->y1) << 16) | in i830_display_video()
Dpsb_overlay.h204 uint32_t DWINSZ; member
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp400 backBuffer->DWINSZ = (h << 16) | w; in scalingSetup()