package j5;

import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import androidx.annotation.Nullable;
import com.bumptech.glide.load.ImageHeaderParser$ImageType;
import java.io.IOException;

/* JADX INFO: loaded from: classes.dex */
public interface x {
    int a();

    void b();

    ImageHeaderParser$ImageType c();

    @Nullable
    Bitmap decodeBitmap(BitmapFactory.Options options) throws IOException;
}
