Searched refs:ByteBufferDirectPool (Results 1 – 2 of 2) sorted by relevance
25 public final class ByteBufferDirectPool extends SimpleLruResourcePool<Integer, ByteBuffer> { class26 public ByteBufferDirectPool(int lruSize) { in ByteBufferDirectPool() method in ByteBufferDirectPool
24 import com.android.camera.processing.memory.ByteBufferDirectPool;156 mByteBufferDirectPool = new ByteBufferDirectPool(IMAGE_BACKEND_HARD_REF_POOL_SIZE); in ImageBackend()