42 lines
1.0 KiB
Java
42 lines
1.0 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class pJr extends BrP {
|
|
private static final HashMap<Integer, String> a;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
a = hashMap;
|
|
hashMap.put(1, "Capture Mode");
|
|
hashMap.put(2, "Quality Level");
|
|
hashMap.put(3, "Focus Mode");
|
|
hashMap.put(4, "Flash Mode");
|
|
hashMap.put(7, "White Balance");
|
|
hashMap.put(10, "Digital Zoom");
|
|
hashMap.put(11, "Sharpness");
|
|
hashMap.put(12, "Contrast");
|
|
hashMap.put(13, "Saturation");
|
|
hashMap.put(20, "ISO Speed");
|
|
hashMap.put(23, "Colour");
|
|
hashMap.put(3584, "Print Image Matching (PIM) Info");
|
|
hashMap.put(4096, "Time Zone");
|
|
hashMap.put(4097, "Daylight Savings");
|
|
}
|
|
|
|
public pJr() {
|
|
a(new kkh(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return a;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "Pentax Makernote";
|
|
}
|
|
}
|