Searched refs:fillBytes (Results 1 – 2 of 2) sorted by relevance
38 func (rs *rc4Stream) fillBytes(p []byte) { func124 rand.fillBytes(input)128 rand.fillBytes(ad)138 rand.fillBytes(macKey)150 rand.fillBytes(encKey)162 rand.fillBytes(iv)
177 fillBytes(planes, yuvBytes); in onImageAvailable()388 protected void fillBytes(final Plane[] planes, final byte[][] yuvBytes) { in fillBytes() method in CameraActivity