package com.google.android.gms.internal.ads; import android.os.Parcel; import android.os.Parcelable; import androidx.annotation.Nullable; import com.ironsource.mediationsdk.logger.IronSourceError; /* loaded from: classes3.dex */ public final class zzew implements zzax { public static final Parcelable.Creator CREATOR = new zzeu(); public final long zza; public final long zzb; public final long zzc; public zzew(long j, long j2, long j3) { this.zza = j; this.zzb = j2; this.zzc = j3; } public /* synthetic */ zzew(Parcel parcel, zzev zzevVar) { this.zza = parcel.readLong(); this.zzb = parcel.readLong(); this.zzc = parcel.readLong(); } @Override // android.os.Parcelable public final int describeContents() { return 0; } public final boolean equals(@Nullable Object obj) { if (this == obj) { return true; } if (!(obj instanceof zzew)) { return false; } zzew zzewVar = (zzew) obj; return this.zza == zzewVar.zza && this.zzb == zzewVar.zzb && this.zzc == zzewVar.zzc; } public final int hashCode() { long j = this.zza; int i = (int) (j ^ (j >>> 32)); long j2 = this.zzc; long j3 = this.zzb; return ((((i + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31) + ((int) ((j3 >>> 32) ^ j3))) * 31) + ((int) (j2 ^ (j2 >>> 32))); } public final String toString() { return "Mp4Timestamp: creation time=" + this.zza + ", modification time=" + this.zzb + ", timescale=" + this.zzc; } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { parcel.writeLong(this.zza); parcel.writeLong(this.zzb); parcel.writeLong(this.zzc); } @Override // com.google.android.gms.internal.ads.zzax public final /* synthetic */ void zza(zzat zzatVar) { } }