Home
last modified time | relevance | path

Searched refs:scaleX (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/ips/anniedale/
DPlaneCapabilities.cpp206 float scaleX = (float)srcW / dstW; in isScalingSupported() local
208 if (scaleX > 4.0 || scaleY > 4.0 || scaleX < 0.25 || scaleY < 0.25) { in isScalingSupported()
DAnnOverlayPlane.cpp671 float scaleX = (float)mSrcCrop.w/mPosition.w; in setDataBuffer() local
673 if (scaleX > 4.0) { in setDataBuffer()
685 if (scaleX > 4.0 || scaleY > 4.0) { in setDataBuffer()
812 float scaleX = (float)mSrcCrop.w / mPosition.w; in useOverlayRotation() local
815 scaleX = (float)mSrcCrop.w / mPosition.h; in useOverlayRotation()
818 if (scaleX >= 3 || scaleY >= 3 || scaleX < 1.0/3 || scaleY < 1.0/3) { in useOverlayRotation()
830 else if (mTransform != HAL_TRANSFORM_ROT_180 && scaleX != scaleY) { in useOverlayRotation()