Home
last modified time | relevance | path

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

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