Searched defs:I420Frame (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | VideoRenderer.java | 43 public static class I420Frame { class in VideoRenderer 65 I420Frame(int width, int height, int rotationDegree, int[] yuvStrides, ByteBuffer[] yuvPlanes, in I420Frame() method in VideoRenderer.I420Frame 91 I420Frame(int width, int height, int rotationDegree, int textureId, float[] samplingMatrix, in I420Frame() method in VideoRenderer.I420Frame
|