package o; import android.graphics.Rect; /* loaded from: classes3.dex */ public final class GuZ { int a; public boolean b; int c; C15622hFm d; Rect e; int j = 1; public GuZ(byte[] bArr, int i, int i2, int i3, int i4) { this.d = new C15622hFm(bArr, i, i2); this.a = i4; this.c = i3; if (i * i2 <= bArr.length) { return; } StringBuilder sb = new StringBuilder("Image data does not match the resolution. "); sb.append(i); sb.append("x"); sb.append(i2); sb.append(" > "); sb.append(bArr.length); throw new IllegalArgumentException(sb.toString()); } }