package androidx.media3.exoplayer.video;

import androidx.media3.common.VideoSize;
import androidx.media3.exoplayer.video.VideoRendererEventListener;

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

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

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

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

    public /* synthetic */ e(VideoRendererEventListener.EventDispatcher eventDispatcher, Object obj, int i6) {
        this.f12577a = i6;
        this.f12578b = eventDispatcher;
        this.f12579c = obj;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f12577a) {
            case 0:
                this.f12578b.lambda$videoSizeChanged$5((VideoSize) this.f12579c);
                break;
            case 1:
                this.f12578b.lambda$videoCodecError$9((Exception) this.f12579c);
                break;
            default:
                this.f12578b.lambda$decoderReleased$7((String) this.f12579c);
                break;
        }
    }
}
