OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mByteBufferDirectPool
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskPreviewChainedJpeg.java
33
private final LruResourcePool<Integer, ByteBuffer>
mByteBufferDirectPool
;
53
mByteBufferDirectPool
= byteBufferResourcePool;
84
mImageTaskManager, mSession,
mByteBufferDirectPool
);
ImageBackend.java
121
private final LruResourcePool<Integer, ByteBuffer>
mByteBufferDirectPool
;
156
mByteBufferDirectPool
= new ByteBufferDirectPool(IMAGE_BACKEND_HARD_REF_POOL_SIZE);
182
mByteBufferDirectPool
= byteBufferDirectPool;
505
FILMSTRIP_THUMBNAIL_TARGET_SIZE,
mByteBufferDirectPool
));
510
mByteBufferDirectPool
));
566
mByteBufferDirectPool
);
[
all
...]
TaskCompressImageToJpeg.java
63
private final LruResourcePool<Integer, ByteBuffer>
mByteBufferDirectPool
;
78
mByteBufferDirectPool
= byteBufferResourcePool;
270
byteBufferResource =
mByteBufferDirectPool
.acquire(jpgBufferSize);
290
mByteBufferDirectPool
.acquire(maxPossibleJpgSize);
Completed in 189 milliseconds