package androidx.media3.exoplayer.video;

import androidx.media3.exoplayer.video.VideoRendererEventListener;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class f implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f12580a = 0;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ VideoRendererEventListener.EventDispatcher f12581b;

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

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

    public /* synthetic */ f(VideoRendererEventListener.EventDispatcher eventDispatcher, int i6, long j4) {
        this.f12581b = eventDispatcher;
        this.f12583d = i6;
        this.f12582c = j4;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f12580a) {
            case 0:
                this.f12581b.lambda$droppedFrames$3(this.f12583d, this.f12582c);
                break;
            default:
                this.f12581b.lambda$reportVideoFrameProcessingOffset$4(this.f12582c, this.f12583d);
                break;
        }
    }

    public /* synthetic */ f(VideoRendererEventListener.EventDispatcher eventDispatcher, long j4, int i6) {
        this.f12581b = eventDispatcher;
        this.f12582c = j4;
        this.f12583d = i6;
    }
}
