124 lines
3.3 KiB
Java
124 lines
3.3 KiB
Java
package o;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class Nrs extends C0743NnU<EZB> {
|
|
public Nrs(EZB ezb) {
|
|
super(ezb);
|
|
}
|
|
|
|
@Override // o.C0743NnU
|
|
public final String d(int i) {
|
|
if (i == 9) {
|
|
return d(9, 1, "Fine", "Normal");
|
|
}
|
|
if (i == 10) {
|
|
return a(10, "Off", "On");
|
|
}
|
|
if (i == 27) {
|
|
Integer j = ((EZB) this.a).j(27);
|
|
if (j == null) {
|
|
return null;
|
|
}
|
|
int intValue = j.intValue();
|
|
if (intValue == 0) {
|
|
return "Auto";
|
|
}
|
|
if (intValue == 8) {
|
|
return "Aperture Priority";
|
|
}
|
|
if (intValue == 32) {
|
|
return "Manual";
|
|
}
|
|
StringBuilder sb = new StringBuilder("Unknown (");
|
|
sb.append(j);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
if (i == 56) {
|
|
return a(56, "Normal", null, "Macro");
|
|
}
|
|
if (i == 64) {
|
|
return a(64, "Auto", "Flash", "Tungsten", "Daylight");
|
|
}
|
|
if (i != 102) {
|
|
if (i == 107) {
|
|
return a(107, "Normal");
|
|
}
|
|
if (i != 92) {
|
|
if (i != 93) {
|
|
return super.d(i);
|
|
}
|
|
return a(93, "No", "Yes");
|
|
}
|
|
Integer j2 = ((EZB) this.a).j(92);
|
|
if (j2 == null) {
|
|
return null;
|
|
}
|
|
int intValue2 = j2.intValue();
|
|
if (intValue2 == 0) {
|
|
return "Auto";
|
|
}
|
|
if (intValue2 == 1) {
|
|
return "Fill Flash";
|
|
}
|
|
if (intValue2 != 2) {
|
|
if (intValue2 == 3) {
|
|
return "Red Eye";
|
|
}
|
|
if (intValue2 == 16) {
|
|
return "Fill Flash";
|
|
}
|
|
if (intValue2 != 32) {
|
|
if (intValue2 == 64) {
|
|
return "Red Eye";
|
|
}
|
|
StringBuilder sb2 = new StringBuilder("Unknown (");
|
|
sb2.append(j2);
|
|
sb2.append(")");
|
|
return sb2.toString();
|
|
}
|
|
}
|
|
return "Off";
|
|
}
|
|
Integer j3 = ((EZB) this.a).j(102);
|
|
if (j3 == null) {
|
|
return null;
|
|
}
|
|
int intValue3 = j3.intValue();
|
|
if (intValue3 == 1) {
|
|
return "B&W";
|
|
}
|
|
if (intValue3 == 2) {
|
|
return "Sepia";
|
|
}
|
|
if (intValue3 == 3) {
|
|
return "B&W Yellow Filter";
|
|
}
|
|
if (intValue3 == 4) {
|
|
return "B&W Red Filter";
|
|
}
|
|
if (intValue3 == 32) {
|
|
return "Saturated Color";
|
|
}
|
|
if (intValue3 == 64) {
|
|
return "Neutral Color";
|
|
}
|
|
if (intValue3 == 256) {
|
|
return "Saturated Color";
|
|
}
|
|
if (intValue3 == 512) {
|
|
return "Neutral Color";
|
|
}
|
|
if (intValue3 == 8192) {
|
|
return "B&W";
|
|
}
|
|
if (intValue3 == 16384) {
|
|
return "Sepia";
|
|
}
|
|
StringBuilder sb3 = new StringBuilder("Unknown (");
|
|
sb3.append(j3);
|
|
sb3.append(")");
|
|
return sb3.toString();
|
|
}
|
|
}
|