Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzafh.java
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

57 lines
2.7 KiB
Java

package com.google.android.gms.internal.ads;
import java.io.IOException;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/* loaded from: classes3.dex */
final class zzafh {
private static final String[] zza = {"Camera:MotionPhoto", "GCamera:MotionPhoto", "Camera:MicroVideo", "GCamera:MicroVideo"};
private static final String[] zzb = {"Camera:MotionPhotoPresentationTimestampUs", "GCamera:MotionPhotoPresentationTimestampUs", "Camera:MicroVideoPresentationTimestampUs", "GCamera:MicroVideoPresentationTimestampUs"};
private static final String[] zzc = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"};
/* JADX WARN: Code restructure failed: missing block: B:41:0x0082, code lost:
if (r7 == (-1)) goto L27;
*/
/* JADX WARN: Code restructure failed: missing block: B:42:0x0084, code lost:
r7 = -9223372036854775807L;
*/
@androidx.annotation.Nullable
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static com.google.android.gms.internal.ads.zzafd zza(java.lang.String r22) throws java.io.IOException {
/*
Method dump skipped, instructions count: 232
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.ads.zzafh.zza(java.lang.String):com.google.android.gms.internal.ads.zzafd");
}
private static zzfxn zzb(XmlPullParser xmlPullParser, String str, String str2) throws XmlPullParserException, IOException {
zzfxk zzfxkVar = new zzfxk();
do {
String concat = str.concat(":Item");
xmlPullParser.next();
if (zzej.zzc(xmlPullParser, concat)) {
String concat2 = str2.concat(":Mime");
String concat3 = str2.concat(":Semantic");
String concat4 = str2.concat(":Length");
String concat5 = str2.concat(":Padding");
String zza2 = zzej.zza(xmlPullParser, concat2);
String zza3 = zzej.zza(xmlPullParser, concat3);
String zza4 = zzej.zza(xmlPullParser, concat4);
String zza5 = zzej.zza(xmlPullParser, concat5);
if (zza2 == null || zza3 == null) {
return zzfxn.zzn();
}
zzfxkVar.zzf(new zzafc(zza2, zza3, zza4 != null ? Long.parseLong(zza4) : 0L, zza5 != null ? Long.parseLong(zza5) : 0L));
}
} while (!zzej.zzb(xmlPullParser, str.concat(":Directory")));
return zzfxkVar.zzi();
}
}