package androidx.media3.exoplayer.video;

import androidx.media3.exoplayer.video.VideoRendererEventListener;

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

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

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

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

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

    public /* synthetic */ j(VideoRendererEventListener.EventDispatcher eventDispatcher, int i10, long j10) {
        this.f3278b = eventDispatcher;
        this.f3280d = i10;
        this.f3279c = j10;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f3277a;
        VideoRendererEventListener.EventDispatcher eventDispatcher = this.f3278b;
        int i11 = this.f3280d;
        long j10 = this.f3279c;
        switch (i10) {
            case 0:
                eventDispatcher.lambda$droppedFrames$3(i11, j10);
                break;
            default:
                eventDispatcher.lambda$reportVideoFrameProcessingOffset$4(j10, i11);
                break;
        }
    }

    public /* synthetic */ j(VideoRendererEventListener.EventDispatcher eventDispatcher, long j10, int i10) {
        this.f3278b = eventDispatcher;
        this.f3279c = j10;
        this.f3280d = i10;
    }
}
