Searched defs:yuvPlanes (Results 1 – 4 of 4) sorted by relevance
47 public ByteBuffer[] yuvPlanes; field in VideoRenderer.I420Frame65 I420Frame(int width, int height, int rotationDegree, int[] yuvStrides, ByteBuffer[] yuvPlanes, in I420Frame()
60 final ByteBuffer[] yuvPlanes = new ByteBuffer[3]; in createFrame() local
141 final ByteBuffer[] yuvPlanes = new ByteBuffer[3]; in testYuvRendering() local
438 protected byte[][] yuvPlanes = null; field in YUVImage