Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DRendererCommonTest.java39 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()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DRendererCommon.java162 public static float[] rotateTextureMatrix(float[] textureMatrix, float rotationDegree) { in rotateTextureMatrix() method in RendererCommon
DSurfaceViewRenderer.java490 RendererCommon.rotateTextureMatrix(frame.samplingMatrix, frame.rotationDegree); in renderFrameOnRenderThread()
DVideoRendererGui.java246 rotatedSamplingMatrix = RendererCommon.rotateTextureMatrix( in draw()