Searched defs:offsety (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.cpp826 uint32_t offsety = backBuffer->OBUF_0Y; local
856 swidthy = calculateSWidthSW(offsety, width);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayPlaneBase.cpp805 uint32_t offsety = backBuffer->OBUF_0Y; local
836 swidthy = calculateSWidthSW(offsety, width);
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c421 unsigned int mask, shift, offsety, offsetu; local
532 offsety = pPriv->YBuf0offset;
535 offsety = pPriv->YBuf1offset;
542 swidthy = i830_swidth(offsety, width, mask, shift);
550 swidthy = i830_swidth(offsety, width, mask, shift);
559 swidth = ((offsety + (width << 1) + mask) >> shift) -
560 (offsety >> shift);

Completed in 34 milliseconds