Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzhs.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

27 lines
1.2 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.Locale;
/* loaded from: classes3.dex */
public final class zzhs {
public int zza;
public int zzb;
public int zzc;
public int zzd;
public int zze;
public int zzf;
public int zzg;
public int zzh;
public int zzi;
public int zzj;
public long zzk;
public int zzl;
public final String toString() {
return String.format(Locale.US, "DecoderCounters {\n decoderInits=%s,\n decoderReleases=%s\n queuedInputBuffers=%s\n skippedInputBuffers=%s\n renderedOutputBuffers=%s\n skippedOutputBuffers=%s\n droppedBuffers=%s\n droppedInputBuffers=%s\n maxConsecutiveDroppedBuffers=%s\n droppedToKeyframeEvents=%s\n totalVideoFrameProcessingOffsetUs=%s\n videoFrameProcessingOffsetCount=%s\n}", Integer.valueOf(this.zza), Integer.valueOf(this.zzb), Integer.valueOf(this.zzc), Integer.valueOf(this.zzd), Integer.valueOf(this.zze), Integer.valueOf(this.zzf), Integer.valueOf(this.zzg), Integer.valueOf(this.zzh), Integer.valueOf(this.zzi), Integer.valueOf(this.zzj), Long.valueOf(this.zzk), Integer.valueOf(this.zzl));
}
public final synchronized void zza() {
}
}