package g2;

import androidx.annotation.Nullable;
import androidx.media3.common.Metadata;

/* JADX INFO: loaded from: classes.dex */
public final class a implements Metadata.Entry {

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

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

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

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

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

    public a(long j10, long j11, long j12, long j13, long j14) {
        this.f26154a = j10;
        this.f26155b = j11;
        this.f26156c = j12;
        this.f26157d = j13;
        this.f26158e = j14;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || a.class != obj.getClass()) {
            return false;
        }
        a aVar = (a) obj;
        return this.f26154a == aVar.f26154a && this.f26155b == aVar.f26155b && this.f26156c == aVar.f26156c && this.f26157d == aVar.f26157d && this.f26158e == aVar.f26158e;
    }

    public final int hashCode() {
        return com.google.common.primitives.a.f(this.f26158e) + ((com.google.common.primitives.a.f(this.f26157d) + ((com.google.common.primitives.a.f(this.f26156c) + ((com.google.common.primitives.a.f(this.f26155b) + ((com.google.common.primitives.a.f(this.f26154a) + 527) * 31)) * 31)) * 31)) * 31);
    }

    public final String toString() {
        return "Motion photo metadata: photoStartPosition=" + this.f26154a + ", photoSize=" + this.f26155b + ", photoPresentationTimestampUs=" + this.f26156c + ", videoStartPosition=" + this.f26157d + ", videoSize=" + this.f26158e;
    }
}
