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

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class si1 implements z9 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final long f16454a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f16455b;

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

    public si1(long j10, long j11, long j12) {
        this.f16454a = j10;
        this.f16455b = j11;
        this.f16456c = j12;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof si1)) {
            return false;
        }
        si1 si1Var = (si1) obj;
        return this.f16454a == si1Var.f16454a && this.f16455b == si1Var.f16455b && this.f16456c == si1Var.f16456c;
    }

    public final int hashCode() {
        return Long.hashCode(this.f16456c) + ((Long.hashCode(this.f16455b) + ((Long.hashCode(this.f16454a) + 527) * 31)) * 31);
    }

    public final String toString() {
        long j10 = this.f16454a;
        int length = String.valueOf(j10).length();
        long j11 = this.f16455b;
        int length2 = String.valueOf(j11).length();
        long j12 = this.f16456c;
        StringBuilder sb = new StringBuilder(length + 48 + length2 + 12 + String.valueOf(j12).length());
        defpackage.e.B(sb, "Mp4Timestamp: creation time=", j10, ", modification time=");
        sb.append(j11);
        sb.append(", timescale=");
        sb.append(j12);
        return sb.toString();
    }
}
