OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitmapDecoder
(Results
1 - 2
of
2
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
FileDescriptorBitmapDecoder.java
14
private final VideoBitmapDecoder
bitmapDecoder
;
22
public FileDescriptorBitmapDecoder(VideoBitmapDecoder
bitmapDecoder
, BitmapPool bitmapPool,
24
this.
bitmapDecoder
=
bitmapDecoder
;
31
Bitmap bitmap =
bitmapDecoder
.decode(source, bitmapPool, width, height, decodeFormat);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceDecoder.java
16
private final ResourceDecoder<ImageVideoWrapper, Bitmap>
bitmapDecoder
;
20
public GifBitmapWrapperResourceDecoder(ResourceDecoder<ImageVideoWrapper, Bitmap>
bitmapDecoder
,
22
this.
bitmapDecoder
=
bitmapDecoder
;
46
Resource<Bitmap> bitmapResource =
bitmapDecoder
.decode(source, width, height);
56
id = gifDecoder.getId() +
bitmapDecoder
.getId();
Completed in 244 milliseconds