discord-jadx/app/src/main/java/com/discord/hardware_analytics/DecoderCountInfo.java

79 lines
2.4 KiB
Java

package com.discord.hardware_analytics;
import c.d.b.a.a;
/* compiled from: DecoderCountInfo.kt */
public final class DecoderCountInfo {
public int a;
public int b;
/* renamed from: c reason: collision with root package name */
public int f2014c;
public int d;
public int e;
public int f;
public int g;
public DecoderCountInfo() {
this(0, 0, 0, 0, 0, 0, 0, 127);
}
public DecoderCountInfo(int i, int i2, int i3, int i4, int i5, int i6, int i7) {
this.a = i;
this.b = i2;
this.f2014c = i3;
this.d = i4;
this.e = i5;
this.f = i6;
this.g = i7;
}
public DecoderCountInfo(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) {
i = (i8 & 1) != 0 ? -1 : i;
i2 = (i8 & 2) != 0 ? -1 : i2;
i3 = (i8 & 4) != 0 ? -1 : i3;
i4 = (i8 & 8) != 0 ? -1 : i4;
i5 = (i8 & 16) != 0 ? -1 : i5;
i6 = (i8 & 32) != 0 ? -1 : i6;
i7 = (i8 & 64) != 0 ? -1 : i7;
this.a = i;
this.b = i2;
this.f2014c = i3;
this.d = i4;
this.e = i5;
this.f = i6;
this.g = i7;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof DecoderCountInfo)) {
return false;
}
DecoderCountInfo decoderCountInfo = (DecoderCountInfo) obj;
return this.a == decoderCountInfo.a && this.b == decoderCountInfo.b && this.f2014c == decoderCountInfo.f2014c && this.d == decoderCountInfo.d && this.e == decoderCountInfo.e && this.f == decoderCountInfo.f && this.g == decoderCountInfo.g;
}
public int hashCode() {
return (((((((((((this.a * 31) + this.b) * 31) + this.f2014c) * 31) + this.d) * 31) + this.e) * 31) + this.f) * 31) + this.g;
}
public String toString() {
StringBuilder L = a.L("DecoderCountInfo(nHardwareDecoders1080=");
L.append(this.a);
L.append(", nHardwareDecoders720=");
L.append(this.b);
L.append(", nHardwareDecoders480=");
L.append(this.f2014c);
L.append(", nDecoders1080=");
L.append(this.d);
L.append(", nDecoders720=");
L.append(this.e);
L.append(", nDecoders480=");
L.append(this.f);
L.append(", testDurationMs=");
return a.z(L, this.g, ")");
}
}