what-the-bank/sources/o/Dan.java

42 lines
1.2 KiB
Java

package o;
import java.util.HashMap;
/* loaded from: classes.dex */
public class Dan extends BrP {
private static final HashMap<Integer, String> d;
static {
HashMap<Integer, String> hashMap = new HashMap<>();
d = hashMap;
hashMap.put(0, "Raw Dev Version");
hashMap.put(256, "Raw Dev Exposure Bias Value");
hashMap.put(257, "Raw Dev White Balance Value");
hashMap.put(258, "Raw Dev WB Fine Adjustment");
hashMap.put(259, "Raw Dev Gray Point");
hashMap.put(260, "Raw Dev Saturation Emphasis");
hashMap.put(261, "Raw Dev Memory Color Emphasis");
hashMap.put(262, "Raw Dev Contrast Value");
hashMap.put(263, "Raw Dev Sharpness Value");
hashMap.put(264, "Raw Dev Color Space");
hashMap.put(265, "Raw Dev Engine");
hashMap.put(266, "Raw Dev Noise Reduction");
hashMap.put(267, "Raw Dev Edit Status");
hashMap.put(268, "Raw Dev Settings");
}
public Dan() {
a(new Jyv(this));
}
@Override // o.BrP
public final HashMap<Integer, String> c() {
return d;
}
@Override // o.BrP
public final String b() {
return "Olympus Raw Development";
}
}