Searched refs:scaleX (Results 1 – 2 of 2) sorted by relevance
206 float scaleX = (float)srcW / dstW; in isScalingSupported() local208 if (scaleX > 4.0 || scaleY > 4.0 || scaleX < 0.25 || scaleY < 0.25) { in isScalingSupported()
671 float scaleX = (float)mSrcCrop.w/mPosition.w; in setDataBuffer() local673 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() local815 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()