36 lines
883 B
Java
36 lines
883 B
Java
|
package o;
|
||
|
|
||
|
import java.util.HashMap;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class trB extends BrP {
|
||
|
private static final HashMap<Integer, String> e;
|
||
|
|
||
|
static {
|
||
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
||
|
e = hashMap;
|
||
|
hashMap.put(2, "Distortion Param 2");
|
||
|
hashMap.put(4, "Distortion Param 4");
|
||
|
hashMap.put(5, "Distortion Scale");
|
||
|
hashMap.put(7, "Distortion Correction");
|
||
|
hashMap.put(8, "Distortion Param 8");
|
||
|
hashMap.put(9, "Distortion Param 9");
|
||
|
hashMap.put(11, "Distortion Param 11");
|
||
|
hashMap.put(12, "Distortion N");
|
||
|
}
|
||
|
|
||
|
public trB() {
|
||
|
a(new GsZ(this));
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final HashMap<Integer, String> c() {
|
||
|
return e;
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final String b() {
|
||
|
return "PanasonicRaw DistortionInfo";
|
||
|
}
|
||
|
}
|