- 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
42 lines
1.2 KiB
Java
42 lines
1.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.impl.dp;
|
|
import com.applovin.impl.f9;
|
|
import com.mbridge.msdk.playercommon.exoplayer2.util.MimeTypes;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class vp {
|
|
private final List a;
|
|
private final qo[] b;
|
|
|
|
public vp(List list) {
|
|
this.a = list;
|
|
this.b = new qo[list.size()];
|
|
}
|
|
|
|
public void a(long j, bh bhVar) {
|
|
if (bhVar.a() < 9) {
|
|
return;
|
|
}
|
|
int j2 = bhVar.j();
|
|
int j3 = bhVar.j();
|
|
int w = bhVar.w();
|
|
if (j2 == 434 && j3 == 1195456820 && w == 3) {
|
|
c3.b(j, bhVar, this.b);
|
|
}
|
|
}
|
|
|
|
public void a(m8 m8Var, dp.d dVar) {
|
|
for (int i = 0; i < this.b.length; i++) {
|
|
dVar.a();
|
|
qo a = m8Var.a(dVar.c(), 3);
|
|
f9 f9Var = (f9) this.a.get(i);
|
|
String str = f9Var.m;
|
|
b1.a(MimeTypes.APPLICATION_CEA608.equals(str) || MimeTypes.APPLICATION_CEA708.equals(str), "Invalid closed caption mime type provided: " + str);
|
|
a.a(new f9.b().c(dVar.b()).f(str).o(f9Var.d).e(f9Var.c).a(f9Var.E).a(f9Var.o).a());
|
|
this.b[i] = a;
|
|
}
|
|
}
|
|
}
|