Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
package com.google.android.gms.internal.ads;
import com.mbridge.msdk.playercommon.exoplayer2.C;
import java.util.ArrayList;
import java.util.Collections;
/* loaded from: classes3.dex */
public final class zzall implements zzakf {
private final zzdy zza = new zzdy();
@Override // com.google.android.gms.internal.ads.zzakf
public final void zza(byte[] bArr, int i, int i2, zzake zzakeVar, zzdb zzdbVar) {
zzco zzp;
this.zza.zzJ(bArr, i2 + i);
this.zza.zzL(i);
ArrayList arrayList = new ArrayList();
while (true) {
zzdy zzdyVar = this.zza;
if (zzdyVar.zzb() <= 0) {
zzdbVar.zza(new zzajx(arrayList, C.TIME_UNSET, C.TIME_UNSET));
return;
}
zzcw.zze(zzdyVar.zzb() >= 8, "Incomplete Mp4Webvtt Top Level box header found.");
zzdy zzdyVar2 = this.zza;
int zzg = zzdyVar2.zzg() - 8;
if (zzdyVar2.zzg() == 1987343459) {
zzdy zzdyVar3 = this.zza;
CharSequence charSequence = null;
zzcm zzcmVar = null;
while (zzg > 0) {
zzcw.zze(zzg >= 8, "Incomplete vtt cue box header found.");
int zzg2 = zzdyVar3.zzg();
int zzg3 = zzdyVar3.zzg();
int i3 = zzg - 8;
int i4 = zzg2 - 8;
String zzC = zzei.zzC(zzdyVar3.zzN(), zzdyVar3.zzd(), i4);
zzdyVar3.zzM(i4);
if (zzg3 == 1937011815) {
zzcmVar = zzalv.zzb(zzC);
} else if (zzg3 == 1885436268) {
charSequence = zzalv.zza(null, zzC.trim(), Collections.emptyList());
}
zzg = i3 - i4;
}
if (charSequence == null) {
charSequence = "";
}
if (zzcmVar != null) {
zzcmVar.zzl(charSequence);
zzp = zzcmVar.zzp();
} else {
zzalt zzaltVar = new zzalt();
zzaltVar.zzc = charSequence;
zzp = zzaltVar.zza().zzp();
}
arrayList.add(zzp);
} else {
this.zza.zzM(zzg);
}
}
}
}