Searched defs:b (Results 1 – 6 of 6) sorted by relevance
38 public void write(int b) throws IOException { in write()47 public void write(byte[] b, int off, int len) throws IOException { in write()
38 Bundle b = new Bundle(); in onCreate() local
95 public int read(byte[] b, int off, int len) throws IOException { in read()
667 var b = idx in <lambda>() variable
178 int b = rgb & 0xFF; in writeBitmapToYuvByteBuffers() local
653 int b = (int) MathUtils.clamp((y + 1.772000 * _u + 0.000000 * _v), 0, 255); in yuvBt601FullSwingToRGB() local