Searched refs:calculateSWidthSW (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
H A DOverlayPlaneBase.h62 virtual uint32_t calculateSWidthSW(uint32_t offset, uint32_t width);
H A DOverlayPlaneBase.cpp772 uint32_t OverlayPlaneBase::calculateSWidthSW(uint32_t offset, uint32_t width) function in class:android::intel::OverlayPlaneBase
831 swidthy = calculateSWidthSW(offsety, width);
832 swidthuv = calculateSWidthSW(offsetu, width / 2);
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnOverlayPlane.cpp380 backBuffer->SWIDTHSW = calculateSWidthSW(0, mapper.getCrop().w) << 2;

Completed in 7 milliseconds