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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,92 @@
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);
}
}