Searched refs:createPreallocatedStream (Results 1 – 2 of 2) sorted by relevance
148 public ImageStream createPreallocatedStream(int capacity) throws InterruptedException, in createPreallocatedStream() method in ManagedImageReader
120 try (ImageStream imageStream = mImageReader.createPreallocatedStream(mBurst.size())) { in run()