- 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
93 lines
2.1 KiB
Java
93 lines
2.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
import java.nio.ByteBuffer;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzhh extends zzhb {
|
|
|
|
@Nullable
|
|
public zzab zza;
|
|
public final zzhe zzb = new zzhe();
|
|
|
|
@Nullable
|
|
public ByteBuffer zzc;
|
|
public boolean zzd;
|
|
public long zze;
|
|
|
|
@Nullable
|
|
public ByteBuffer zzf;
|
|
private final int zzg;
|
|
|
|
static {
|
|
zzas.zzb("media3.decoder");
|
|
}
|
|
|
|
public zzhh(int i, int i2) {
|
|
this.zzg = i;
|
|
}
|
|
|
|
private final ByteBuffer zzm(int i) {
|
|
int i2 = this.zzg;
|
|
if (i2 == 1) {
|
|
return ByteBuffer.allocate(i);
|
|
}
|
|
if (i2 == 2) {
|
|
return ByteBuffer.allocateDirect(i);
|
|
}
|
|
ByteBuffer byteBuffer = this.zzc;
|
|
throw new zzhg(byteBuffer == null ? 0 : byteBuffer.capacity(), i);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzhb
|
|
public void zzb() {
|
|
super.zzb();
|
|
ByteBuffer byteBuffer = this.zzc;
|
|
if (byteBuffer != null) {
|
|
byteBuffer.clear();
|
|
}
|
|
ByteBuffer byteBuffer2 = this.zzf;
|
|
if (byteBuffer2 != null) {
|
|
byteBuffer2.clear();
|
|
}
|
|
this.zzd = false;
|
|
}
|
|
|
|
public final void zzj(int i) {
|
|
ByteBuffer byteBuffer = this.zzc;
|
|
if (byteBuffer == null) {
|
|
this.zzc = zzm(i);
|
|
return;
|
|
}
|
|
int capacity = byteBuffer.capacity();
|
|
int position = byteBuffer.position();
|
|
int i2 = i + position;
|
|
if (capacity >= i2) {
|
|
this.zzc = byteBuffer;
|
|
return;
|
|
}
|
|
ByteBuffer zzm = zzm(i2);
|
|
zzm.order(byteBuffer.order());
|
|
if (position > 0) {
|
|
byteBuffer.flip();
|
|
zzm.put(byteBuffer);
|
|
}
|
|
this.zzc = zzm;
|
|
}
|
|
|
|
public final void zzk() {
|
|
ByteBuffer byteBuffer = this.zzc;
|
|
if (byteBuffer != null) {
|
|
byteBuffer.flip();
|
|
}
|
|
ByteBuffer byteBuffer2 = this.zzf;
|
|
if (byteBuffer2 != null) {
|
|
byteBuffer2.flip();
|
|
}
|
|
}
|
|
|
|
public final boolean zzl() {
|
|
return zzd(1073741824);
|
|
}
|
|
}
|