HomeSort by relevance Sort by last modified time
    Searched refs:ByteBufferDirectPool (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/processing/memory/
ByteBufferDirectPool.java 25 public final class ByteBufferDirectPool extends SimpleLruResourcePool<Integer, ByteBuffer> {
26 public ByteBufferDirectPool(int lruSize) {
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageBackend.java 24 import com.android.camera.processing.memory.ByteBufferDirectPool;
156 mByteBufferDirectPool = new ByteBufferDirectPool(IMAGE_BACKEND_HARD_REF_POOL_SIZE);
175 LruResourcePool<Integer, ByteBuffer> byteBufferDirectPool,
182 mByteBufferDirectPool = byteBufferDirectPool;
    [all...]

Completed in 159 milliseconds