56 lines
1.7 KiB
Java
56 lines
1.7 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class Xde extends BrP {
|
|
private static final HashMap<Integer, String> b;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
b = hashMap;
|
|
hashMap.put(2, "Thumbnail Dimensions");
|
|
hashMap.put(3, "Thumbnail Size");
|
|
hashMap.put(4, "Thumbnail Offset");
|
|
hashMap.put(8, "Quality Mode");
|
|
hashMap.put(9, "Image Size");
|
|
hashMap.put(13, "Focus Mode");
|
|
hashMap.put(20, "ISO Sensitivity");
|
|
hashMap.put(25, "White Balance");
|
|
hashMap.put(29, "Focal Length");
|
|
hashMap.put(31, "Saturation");
|
|
hashMap.put(32, "Contrast");
|
|
hashMap.put(33, "Sharpness");
|
|
hashMap.put(3584, "Print Image Matching (PIM) Info");
|
|
hashMap.put(8192, "Casio Preview Thumbnail");
|
|
hashMap.put(8209, "White Balance Bias");
|
|
hashMap.put(8210, "White Balance");
|
|
hashMap.put(8226, "Object Distance");
|
|
hashMap.put(8244, "Flash Distance");
|
|
hashMap.put(Integer.valueOf(com.kofax.kmc.kut.utilities.error.a.sL), "Record Mode");
|
|
hashMap.put(12289, "Self Timer");
|
|
hashMap.put(12290, "Quality");
|
|
hashMap.put(12291, "Focus Mode");
|
|
hashMap.put(12294, "Time Zone");
|
|
hashMap.put(12295, "BestShot Mode");
|
|
hashMap.put(12308, "CCD ISO Sensitivity");
|
|
hashMap.put(12309, "Colour Mode");
|
|
hashMap.put(12310, "Enhancement");
|
|
hashMap.put(12311, "Filter");
|
|
}
|
|
|
|
public Xde() {
|
|
a(new C1576aID(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return b;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "Casio Makernote";
|
|
}
|
|
}
|