HomeSort by relevance Sort by last modified time
    Searched refs:rotatedSamplingMatrix (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 145 private float[] rotatedSamplingMatrix;
246 rotatedSamplingMatrix = RendererCommon.rotateTextureMatrix(
263 drawer.drawOes(pendingFrame.textureId, rotatedSamplingMatrix,
265 rotatedSamplingMatrix = RendererCommon.identityMatrix();
279 RendererCommon.multiplyMatrices(rotatedSamplingMatrix, layoutMatrix);
SurfaceViewRenderer.java 489 final float[] rotatedSamplingMatrix =
493 texMatrix = RendererCommon.multiplyMatrices(rotatedSamplingMatrix, layoutMatrix);

Completed in 370 milliseconds