package n;

import android.media.MediaCodec;

/* JADX INFO: renamed from: n.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0639e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public byte[] f5510a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public byte[] f5511b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f5512c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int[] f5513d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public int[] f5514e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public int f5515f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public int f5516g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public int f5517h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    private final MediaCodec.CryptoInfo f5518i;

    public C0639e() {
        this.f5518i = b0.D.f2965a >= 16 ? b() : null;
    }

    private MediaCodec.CryptoInfo b() {
        return new MediaCodec.CryptoInfo();
    }

    private void d() {
        this.f5518i.set(this.f5515f, this.f5513d, this.f5514e, this.f5511b, this.f5510a, this.f5512c);
    }

    public MediaCodec.CryptoInfo a() {
        return this.f5518i;
    }

    public void c(int i2, int[] iArr, int[] iArr2, byte[] bArr, byte[] bArr2, int i3) {
        this.f5515f = i2;
        this.f5513d = iArr;
        this.f5514e = iArr2;
        this.f5511b = bArr;
        this.f5510a = bArr2;
        this.f5512c = i3;
        if (b0.D.f2965a >= 16) {
            d();
        }
    }
}
