Home
last modified time | relevance | path

Searched defs:samplingMatrix (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DRendererCommonTest.java166 final float samplingMatrix[] = rotateTextureMatrix(RendererCommon.identityMatrix(), 90); in testRotateTextureMatrix90Deg() local
179 final float samplingMatrix[] = rotateTextureMatrix(RendererCommon.identityMatrix(), 180); in testRotateTextureMatrix180Deg() local
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoRenderer.java53 public final float[] samplingMatrix; field in VideoRenderer.I420Frame
91 I420Frame(int width, int height, int rotationDegree, int textureId, float[] samplingMatrix, in I420Frame()