OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmapdecoder
(Results
1 - 7
of
7
) 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);
VideoBitmapDecoder.java
13
* An {@link com.bumptech.glide.load.resource.bitmap.
BitmapDecoder
} that can decode a thumbnail frame
18
public class VideoBitmapDecoder implements
BitmapDecoder
<ParcelFileDescriptor> {
BitmapDecoder.java
13
public interface
BitmapDecoder
<T> {
Downsampler.java
24
public abstract class Downsampler implements
BitmapDecoder
<InputStream> {
101
// see
BitmapDecoder
.decode
/external/glide/library/src/main/java/com/bumptech/glide/load/
DecodeFormat.java
7
* returned by a {@link com.bumptech.glide.load.resource.bitmap.
BitmapDecoder
}.
11
* {@link com.bumptech.glide.load.resource.bitmap.
BitmapDecoder
}s support setting formats and certain images may
18
* All bitmaps returned by the {@link com.bumptech.glide.load.resource.bitmap.
BitmapDecoder
} should return
/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();
/external/skia/src/core/
SkReadBuffer.h
207
void setBitmapDecoder(SkPicture::InstallPixelRefProc
bitmapDecoder
) {
208
fBitmapDecoder =
bitmapDecoder
;
Completed in 97 milliseconds