Files
rr3-apk/decompiled/sources/com/applovin/impl/s2.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

50 lines
1.1 KiB
Java

package com.applovin.impl;
import java.nio.ByteBuffer;
/* loaded from: classes.dex */
final class s2 {
private long a;
private long b;
private boolean c;
public void a() {
this.a = 0L;
this.b = 0L;
this.c = false;
}
private long a(long j) {
return this.a + Math.max(0L, ((this.b - 529) * 1000000) / j);
}
public long a(f9 f9Var) {
return a(f9Var.A);
}
public long a(f9 f9Var, p5 p5Var) {
if (this.b == 0) {
this.a = p5Var.f;
}
if (this.c) {
return p5Var.f;
}
ByteBuffer byteBuffer = (ByteBuffer) b1.a(p5Var.c);
int i = 0;
for (int i2 = 0; i2 < 4; i2++) {
i = (i << 8) | (byteBuffer.get(i2) & 255);
}
int d = tf.d(i);
if (d == -1) {
this.c = true;
this.b = 0L;
this.a = p5Var.f;
pc.d("C2Mp3TimestampTracker", "MPEG audio header is invalid.");
return p5Var.f;
}
long a = a(f9Var.A);
this.b += d;
return a;
}
}