- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
42 lines
985 B
Java
42 lines
985 B
Java
package com.applovin.impl;
|
|
|
|
import csdk.gluads.Consts;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class x6 {
|
|
public final int a;
|
|
public final int b;
|
|
public final String c;
|
|
|
|
public static x6 a(bh bhVar) {
|
|
String str;
|
|
bhVar.g(2);
|
|
int w = bhVar.w();
|
|
int i = w >> 1;
|
|
int w2 = ((bhVar.w() >> 3) & 31) | ((w & 1) << 5);
|
|
if (i == 4 || i == 5 || i == 7) {
|
|
str = "dvhe";
|
|
} else if (i == 8) {
|
|
str = "hev1";
|
|
} else {
|
|
if (i != 9) {
|
|
return null;
|
|
}
|
|
str = "avc3";
|
|
}
|
|
StringBuilder sb = new StringBuilder();
|
|
sb.append(str);
|
|
sb.append(".0");
|
|
sb.append(i);
|
|
sb.append(w2 >= 10 ? Consts.STRING_PERIOD : ".0");
|
|
sb.append(w2);
|
|
return new x6(i, w2, sb.toString());
|
|
}
|
|
|
|
private x6(int i, int i2, String str) {
|
|
this.a = i;
|
|
this.b = i2;
|
|
this.c = str;
|
|
}
|
|
}
|