Home
last modified time | relevance | path

Searched refs:AllocatingImageStream (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DManagedImageReader.java96 private AllocatingImageStream createUnallocatedStream(int capacity) { in createUnallocatedStream()
108 AllocatingImageStream stream = new AllocatingImageStream(capacity, in createUnallocatedStream()
150 AllocatingImageStream stream = createUnallocatedStream(capacity); in createPreallocatedStream()
DAllocatingImageStream.java35 class AllocatingImageStream extends ImageStreamImpl { class
54 public AllocatingImageStream( in AllocatingImageStream() method in AllocatingImageStream