28 lines
932 B
Java
28 lines
932 B
Java
|
package o;
|
||
|
|
||
|
import android.graphics.Bitmap;
|
||
|
import android.graphics.ImageDecoder;
|
||
|
import android.util.Log;
|
||
|
import java.io.IOException;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class qpo implements iYP<ImageDecoder.Source, Bitmap> {
|
||
|
private final sqY c = new rWO();
|
||
|
|
||
|
@Override // o.iYP
|
||
|
public final /* bridge */ /* synthetic */ boolean a(ImageDecoder.Source source, unA una) throws IOException {
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
@Override // o.iYP
|
||
|
/* renamed from: EB_, reason: merged with bridge method [inline-methods] */
|
||
|
public final Ezi<Bitmap> a(ImageDecoder.Source source, int i, int i2, unA una) throws IOException {
|
||
|
Bitmap decodeBitmap = ImageDecoder.decodeBitmap(source, new C17158uQG(i, i2, una));
|
||
|
if (Log.isLoggable("BitmapImageDecoder", 2)) {
|
||
|
decodeBitmap.getWidth();
|
||
|
decodeBitmap.getHeight();
|
||
|
}
|
||
|
return new EQc(decodeBitmap, this.c);
|
||
|
}
|
||
|
}
|