Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

81 lines
2.5 KiB
Java

package com.google.android.gms.internal.ads;
import com.mbridge.msdk.playercommon.exoplayer2.C;
import com.mbridge.msdk.playercommon.exoplayer2.util.MimeTypes;
/* loaded from: classes3.dex */
public final class zzamt implements zzamj {
private zzadt zzb;
private boolean zzc;
private int zze;
private int zzf;
private final zzdy zza = new zzdy(10);
private long zzd = C.TIME_UNSET;
@Override // com.google.android.gms.internal.ads.zzamj
public final void zza(zzdy zzdyVar) {
zzcw.zzb(this.zzb);
if (this.zzc) {
int zzb = zzdyVar.zzb();
int i = this.zzf;
if (i < 10) {
int min = Math.min(zzb, 10 - i);
System.arraycopy(zzdyVar.zzN(), zzdyVar.zzd(), this.zza.zzN(), this.zzf, min);
if (this.zzf + min == 10) {
this.zza.zzL(0);
if (this.zza.zzm() != 73 || this.zza.zzm() != 68 || this.zza.zzm() != 51) {
zzdo.zzf("Id3Reader", "Discarding invalid ID3 tag");
this.zzc = false;
return;
} else {
this.zza.zzM(3);
this.zze = this.zza.zzl() + 10;
}
}
}
int min2 = Math.min(zzb, this.zze - this.zzf);
this.zzb.zzr(zzdyVar, min2);
this.zzf += min2;
}
}
@Override // com.google.android.gms.internal.ads.zzamj
public final void zzb(zzacq zzacqVar, zzanx zzanxVar) {
zzanxVar.zzc();
zzadt zzw = zzacqVar.zzw(zzanxVar.zza(), 5);
this.zzb = zzw;
zzz zzzVar = new zzz();
zzzVar.zzM(zzanxVar.zzb());
zzzVar.zzaa(MimeTypes.APPLICATION_ID3);
zzw.zzm(zzzVar.zzag());
}
@Override // com.google.android.gms.internal.ads.zzamj
public final void zzc(boolean z) {
int i;
zzcw.zzb(this.zzb);
if (this.zzc && (i = this.zze) != 0 && this.zzf == i) {
zzcw.zzf(this.zzd != C.TIME_UNSET);
this.zzb.zzt(this.zzd, 1, this.zze, 0, null);
this.zzc = false;
}
}
@Override // com.google.android.gms.internal.ads.zzamj
public final void zzd(long j, int i) {
if ((i & 4) == 0) {
return;
}
this.zzc = true;
this.zzd = j;
this.zze = 0;
this.zzf = 0;
}
@Override // com.google.android.gms.internal.ads.zzamj
public final void zze() {
this.zzc = false;
this.zzd = C.TIME_UNSET;
}
}