package x0;

import c1.InterfaceC0404a;
import r0.InterfaceC0703b;

/* JADX INFO: loaded from: classes.dex */
public abstract class d extends e implements InterfaceC0404a {

    /* JADX INFO: renamed from: Q, reason: collision with root package name */
    protected f f6776Q;

    /* JADX INFO: renamed from: Z, reason: collision with root package name */
    protected InterfaceC0703b f6777Z;

    public d(i iVar, InterfaceC0703b interfaceC0703b, int i2, int i3) {
        super(iVar);
        int i4 = i2 + i3;
        if (i4 > interfaceC0703b.b()) {
            throw new IllegalArgumentException("tried to queue past end of data, " + i4);
        }
        if (i2 < 0) {
            throw new IllegalArgumentException("tried to queue before start of data, " + i2);
        }
        this.f6782b = interfaceC0703b;
        this.f6777Z = interfaceC0703b;
        this.f6776Q = new f();
        this.f6783g = i2;
        this.f6784r = i3;
    }

    public h h() {
        return null;
    }

    public InterfaceC0703b i() {
        return this.f6777Z;
    }

    public void j(int i2) {
        this.f6785x = i2;
    }
}
