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
20
private final VideoBitmapDecoder
bitmapDecoder
;
36
public FileDescriptorBitmapDecoder(VideoBitmapDecoder
bitmapDecoder
, BitmapPool bitmapPool,
38
this.
bitmapDecoder
=
bitmapDecoder
;
45
Bitmap bitmap =
bitmapDecoder
.decode(source, bitmapPool, width, height, decodeFormat);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceDecoder.java
29
private final ResourceDecoder<ImageVideoWrapper, Bitmap>
bitmapDecoder
;
36
public GifBitmapWrapperResourceDecoder(ResourceDecoder<ImageVideoWrapper, Bitmap>
bitmapDecoder
,
38
this(
bitmapDecoder
, gifDecoder, bitmapPool, DEFAULT_PARSER, DEFAULT_STREAM_FACTORY);
42
GifBitmapWrapperResourceDecoder(ResourceDecoder<ImageVideoWrapper, Bitmap>
bitmapDecoder
,
45
this.
bitmapDecoder
=
bitmapDecoder
;
121
Resource<Bitmap> bitmapResource =
bitmapDecoder
.decode(toDecode, width, height);
132
id = gifDecoder.getId() +
bitmapDecoder
.getId();
Completed in 101 milliseconds