Searched defs:samplingMatrix (Results 1 – 2 of 2) sorted by relevance
166 final float samplingMatrix[] = rotateTextureMatrix(RendererCommon.identityMatrix(), 90); in testRotateTextureMatrix90Deg() local179 final float samplingMatrix[] = rotateTextureMatrix(RendererCommon.identityMatrix(), 180); in testRotateTextureMatrix180Deg() local
53 public final float[] samplingMatrix; field in VideoRenderer.I420Frame91 I420Frame(int width, int height, int rotationDegree, int textureId, float[] samplingMatrix, in I420Frame()