java.lang.Object |
↳ |
com.facebook.imagepipeline.producers.DecodeProducer |
Class Overview
Decodes images.
Progressive JPEGs are decoded progressively as new data arrives.
Summary
Public Constructors |
|
DecodeProducer(ByteArrayPool byteArrayPool, Executor executor, ImageDecoder imageDecoder, ProgressiveJpegConfig progressiveJpegConfig, boolean downsampleEnabled, boolean downsampleEnabledForNetwork, boolean decodeCancellationEnabled, Producer<EncodedImage> inputProducer, int maxBitmapSize, CloseableReferenceFactory closeableReferenceFactory, Runnable reclaimMemoryRunnable, Supplier<Boolean> recoverFromDecoderOOM)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.facebook.imagepipeline.producers.Producer
|
Constants
public
static
final
String
ENCODED_IMAGE_SIZE
Constant Value:
"encodedImageSize"
public
static
final
String
EXTRA_BITMAP_BYTES
Constant Value:
"byteCount"
public
static
final
String
EXTRA_BITMAP_SIZE
Constant Value:
"bitmapSize"
public
static
final
String
EXTRA_HAS_GOOD_QUALITY
Constant Value:
"hasGoodQuality"
public
static
final
String
EXTRA_IMAGE_FORMAT_NAME
Constant Value:
"imageFormat"
public
static
final
String
EXTRA_IS_FINAL
Constant Value:
"isFinal"
public
static
final
String
PRODUCER_NAME
Constant Value:
"DecodeProducer"
public
static
final
String
REQUESTED_IMAGE_SIZE
Constant Value:
"requestedImageSize"
public
static
final
String
SAMPLE_SIZE
Constant Value:
"sampleSize"
Public Constructors
public
DecodeProducer
(ByteArrayPool byteArrayPool, Executor executor, ImageDecoder imageDecoder, ProgressiveJpegConfig progressiveJpegConfig, boolean downsampleEnabled, boolean downsampleEnabledForNetwork, boolean decodeCancellationEnabled, Producer<EncodedImage> inputProducer, int maxBitmapSize, CloseableReferenceFactory closeableReferenceFactory, Runnable reclaimMemoryRunnable, Supplier<Boolean> recoverFromDecoderOOM)
Public Methods