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,31 @@
package com.google.android.gms.internal.ads;
import com.mbridge.msdk.playercommon.exoplayer2.C;
/* loaded from: classes3.dex */
public final class zzanz {
public static int zza(byte[] bArr, int i, int i2) {
while (i < i2 && bArr[i] != 71) {
i++;
}
return i;
}
public static long zzb(zzdy zzdyVar, int i, int i2) {
zzdyVar.zzL(i);
if (zzdyVar.zzb() < 5) {
return C.TIME_UNSET;
}
int zzg = zzdyVar.zzg();
if ((8388608 & zzg) != 0 || ((zzg >> 8) & 8191) != i2 || (zzg & 32) == 0 || zzdyVar.zzm() < 7 || zzdyVar.zzb() < 7 || (zzdyVar.zzm() & 16) != 16) {
return C.TIME_UNSET;
}
byte[] bArr = new byte[6];
zzdyVar.zzH(bArr, 0, 6);
long j = bArr[0];
long j2 = bArr[1];
long j3 = bArr[2];
long j4 = bArr[3] & 255;
return ((j & 255) << 25) | ((j2 & 255) << 17) | ((j3 & 255) << 9) | (j4 + j4) | ((bArr[4] & 255) >> 7);
}
}