package com.google.android.gms.internal.ads;

import androidx.media3.exoplayer.rtsp.SessionDescription;
import java.util.HashMap;
import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class t40 implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ String f16711a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ String f16712b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ int f16713c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ int f16714d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ long f16715e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ long f16716f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ boolean f16717g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final /* synthetic */ int f16718h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final /* synthetic */ int f16719i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final /* synthetic */ w40 f16720j;

    public t40(w40 w40Var, String str, String str2, int i10, int i11, long j10, long j11, boolean z10, int i12, int i13) {
        this.f16711a = str;
        this.f16712b = str2;
        this.f16713c = i10;
        this.f16714d = i11;
        this.f16715e = j10;
        this.f16716f = j11;
        this.f16717g = z10;
        this.f16718h = i12;
        this.f16719i = i13;
        Objects.requireNonNull(w40Var);
        this.f16720j = w40Var;
    }

    @Override // java.lang.Runnable
    public final void run() {
        HashMap mapO = com.google.android.gms.measurement.internal.u1.o("event", "precacheProgress");
        mapO.put("src", this.f16711a);
        mapO.put("cachedSrc", this.f16712b);
        mapO.put("bytesLoaded", Integer.toString(this.f16713c));
        mapO.put("totalBytes", Integer.toString(this.f16714d));
        mapO.put("bufferedDuration", Long.toString(this.f16715e));
        mapO.put("totalDuration", Long.toString(this.f16716f));
        mapO.put("cacheReady", true != this.f16717g ? SessionDescription.SUPPORTED_SDP_VERSION : "1");
        mapO.put("playerCount", Integer.toString(this.f16718h));
        mapO.put("playerPreparedCount", Integer.toString(this.f16719i));
        this.f16720j.r(mapO);
    }
}
