Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java131 final Matrix cropAndScaleMatrix = new Matrix(); in cropAndScale() local
135 cropAndScaleMatrix.preTranslate(cropX / (float) width, cropYFromBottom / (float) height); in cropAndScale()
136 cropAndScaleMatrix.preScale(cropWidth / (float) width, cropHeight / (float) height); in cropAndScale()
138 return applyTransformMatrix(cropAndScaleMatrix, in cropAndScale()