58 lines
1.8 KiB
Java
58 lines
1.8 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.dgF, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public class C9250dgF extends BrP {
|
|
private static final HashMap<Integer, String> c;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
c = hashMap;
|
|
hashMap.put(1, "Maker Note Version");
|
|
hashMap.put(2, "Device Type");
|
|
hashMap.put(3, "Model Id");
|
|
hashMap.put(17, "Orientation Info");
|
|
hashMap.put(32, "Smart Album Color");
|
|
hashMap.put(33, "Picture Wizard");
|
|
hashMap.put(48, "Local Location Name");
|
|
hashMap.put(53, "Preview IFD");
|
|
hashMap.put(64, "Raw Data Byte Order");
|
|
hashMap.put(65, "White Balance Setup");
|
|
hashMap.put(67, "Camera Temperature");
|
|
hashMap.put(80, "Raw Data CFA Pattern");
|
|
hashMap.put(256, "Face Detect");
|
|
hashMap.put(288, "Face Recognition");
|
|
hashMap.put(291, "Face Name");
|
|
hashMap.put(40961, "Firmware Name");
|
|
hashMap.put(40962, "Serial Number");
|
|
hashMap.put(40963, "Lens Type");
|
|
hashMap.put(40964, "Lens Firmware");
|
|
hashMap.put(40965, "Internal Lens Serial Number");
|
|
hashMap.put(40976, "Sensor Areas");
|
|
hashMap.put(40977, "Color Space");
|
|
hashMap.put(40978, "Smart Range");
|
|
hashMap.put(40979, "Exposure Compensation");
|
|
hashMap.put(40980, "ISO");
|
|
hashMap.put(40984, "Exposure Time");
|
|
hashMap.put(40985, "F-Number");
|
|
hashMap.put(40986, "Focal Length in 35mm Format");
|
|
hashMap.put(40992, "Encryption Key");
|
|
}
|
|
|
|
public C9250dgF() {
|
|
a(new kNI(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return c;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "Samsung Makernote";
|
|
}
|
|
}
|