Searched refs:rotateTextureMatrix (Results 1 – 4 of 4) sorted by relevance
39 import static org.webrtc.RendererCommon.rotateTextureMatrix;160 final float rotatedMatrix[] = rotateTextureMatrix(matrix, 0); in testRotateTextureMatrixDefault()166 final float samplingMatrix[] = rotateTextureMatrix(RendererCommon.identityMatrix(), 90); in testRotateTextureMatrix90Deg()179 final float samplingMatrix[] = rotateTextureMatrix(RendererCommon.identityMatrix(), 180); in testRotateTextureMatrix180Deg()
162 public static float[] rotateTextureMatrix(float[] textureMatrix, float rotationDegree) { in rotateTextureMatrix() method in RendererCommon
490 RendererCommon.rotateTextureMatrix(frame.samplingMatrix, frame.rotationDegree); in renderFrameOnRenderThread()
246 rotatedSamplingMatrix = RendererCommon.rotateTextureMatrix( in draw()