Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DManagedImageReader.java96 private AllocatingImageStream createUnallocatedStream(int capacity) { in createUnallocatedStream() method in ManagedImageReader
128 return createUnallocatedStream(capacity); in createStream()
150 AllocatingImageStream stream = createUnallocatedStream(capacity); in createPreallocatedStream()