package i1;

import a.AbstractC0386a;
import u0.C;
import u0.C1564A;
import u0.C1579o;

/* JADX INFO: renamed from: i1.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1049a implements C {

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

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

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

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

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

    public C1049a(long j8, long j9, long j10, long j11, long j12) {
        this.f13483a = j8;
        this.f13484b = j9;
        this.f13485c = j10;
        this.f13486d = j11;
        this.f13487e = j12;
    }

    @Override // u0.C
    public final /* synthetic */ void a(C1564A c1564a) {
    }

    @Override // u0.C
    public final /* synthetic */ byte[] b() {
        return null;
    }

    @Override // u0.C
    public final /* synthetic */ C1579o c() {
        return null;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C1049a.class == obj.getClass()) {
            C1049a c1049a = (C1049a) obj;
            if (this.f13483a == c1049a.f13483a && this.f13484b == c1049a.f13484b && this.f13485c == c1049a.f13485c && this.f13486d == c1049a.f13486d && this.f13487e == c1049a.f13487e) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return AbstractC0386a.q(this.f13487e) + ((AbstractC0386a.q(this.f13486d) + ((AbstractC0386a.q(this.f13485c) + ((AbstractC0386a.q(this.f13484b) + ((AbstractC0386a.q(this.f13483a) + 527) * 31)) * 31)) * 31)) * 31);
    }

    public final String toString() {
        return "Motion photo metadata: photoStartPosition=" + this.f13483a + ", photoSize=" + this.f13484b + ", photoPresentationTimestampUs=" + this.f13485c + ", videoStartPosition=" + this.f13486d + ", videoSize=" + this.f13487e;
    }
}
