package p138.p176.p177.p190.p217.p219;

import android.util.Log;
import p138.p176.p177.p190.p198.C3560;
import p138.p176.p177.p190.p198.InterfaceC3575;
import p138.p176.p177.p190.p217.C3820;
import p138.p176.p177.p190.p217.p219.C3837;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ໞ.ޝ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3835 implements C3837.InterfaceC3839 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final int[] f11803;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final C3820[] f11804;

    public C3835(int[] iArr, C3820[] c3820Arr) {
        this.f11803 = iArr;
        this.f11804 = c3820Arr;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public InterfaceC3575 m6212(int i, int i2) {
        int i3 = 0;
        while (true) {
            int[] iArr = this.f11803;
            if (i3 >= iArr.length) {
                Log.e("BaseMediaChunkOutput", "Unmatched track of type: " + i2);
                return new C3560();
            }
            if (i2 == iArr[i3]) {
                return this.f11804[i3];
            }
            i3++;
        }
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public void m6213(long j) {
        for (C3820 c3820 : this.f11804) {
            if (c3820 != null && c3820.f11764 != j) {
                c3820.f11764 = j;
                c3820.f11762 = true;
            }
        }
    }
}
