Searched defs:yuvStrides (Results 1 – 3 of 3) sorted by relevance
46 public final int[] yuvStrides; field in VideoRenderer.I420Frame65 I420Frame(int width, int height, int rotationDegree, int[] yuvStrides, ByteBuffer[] yuvPlanes, in I420Frame()
58 final int[] yuvStrides = new int[] {width, (width + 1) / 2, (width + 1) / 2}; in createFrame() local
440 protected int[] yuvStrides = null; field in YUVImage