- 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
73 lines
2.0 KiB
Java
73 lines
2.0 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.impl.zf;
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class w1 {
|
|
public final List a;
|
|
public final int b;
|
|
public final int c;
|
|
public final int d;
|
|
public final float e;
|
|
public final String f;
|
|
|
|
public static w1 b(bh bhVar) {
|
|
int i;
|
|
int i2;
|
|
float f;
|
|
String str;
|
|
try {
|
|
bhVar.g(4);
|
|
int w = (bhVar.w() & 3) + 1;
|
|
if (w != 3) {
|
|
ArrayList arrayList = new ArrayList();
|
|
int w2 = bhVar.w() & 31;
|
|
for (int i3 = 0; i3 < w2; i3++) {
|
|
arrayList.add(a(bhVar));
|
|
}
|
|
int w3 = bhVar.w();
|
|
for (int i4 = 0; i4 < w3; i4++) {
|
|
arrayList.add(a(bhVar));
|
|
}
|
|
if (w2 > 0) {
|
|
zf.b c = zf.c((byte[]) arrayList.get(0), w, ((byte[]) arrayList.get(0)).length);
|
|
int i5 = c.e;
|
|
int i6 = c.f;
|
|
float f2 = c.g;
|
|
str = o3.a(c.a, c.b, c.c);
|
|
i = i5;
|
|
i2 = i6;
|
|
f = f2;
|
|
} else {
|
|
i = -1;
|
|
i2 = -1;
|
|
f = 1.0f;
|
|
str = null;
|
|
}
|
|
return new w1(arrayList, w, i, i2, f, str);
|
|
}
|
|
throw new IllegalStateException();
|
|
} catch (ArrayIndexOutOfBoundsException e) {
|
|
throw dh.a("Error parsing AVC config", e);
|
|
}
|
|
}
|
|
|
|
private w1(List list, int i, int i2, int i3, float f, String str) {
|
|
this.a = list;
|
|
this.b = i;
|
|
this.c = i2;
|
|
this.d = i3;
|
|
this.e = f;
|
|
this.f = str;
|
|
}
|
|
|
|
private static byte[] a(bh bhVar) {
|
|
int C = bhVar.C();
|
|
int d = bhVar.d();
|
|
bhVar.g(C);
|
|
return o3.a(bhVar.c(), d, C);
|
|
}
|
|
}
|