Searched refs:rotatedSamplingMatrix (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java145 private float[] rotatedSamplingMatrix; field in class:VideoRendererGui.YuvImageRenderer
246 rotatedSamplingMatrix = RendererCommon.rotateTextureMatrix(
263 drawer.drawOes(pendingFrame.textureId, rotatedSamplingMatrix,
265 rotatedSamplingMatrix = RendererCommon.identityMatrix();
279 RendererCommon.multiplyMatrices(rotatedSamplingMatrix, layoutMatrix);
H A DSurfaceViewRenderer.java489 final float[] rotatedSamplingMatrix =
493 texMatrix = RendererCommon.multiplyMatrices(rotatedSamplingMatrix, layoutMatrix);

Completed in 1664 milliseconds