44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class HVT extends BrP {
|
|
private static final HashMap<Integer, String> d;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
d = hashMap;
|
|
hashMap.put(0, "Num WB Entries");
|
|
hashMap.put(0, "Num WB Entries");
|
|
hashMap.put(1, "WB Type 1");
|
|
hashMap.put(2, "WB RGB Levels 1");
|
|
hashMap.put(5, "WB Type 2");
|
|
hashMap.put(6, "WB RGB Levels 2");
|
|
hashMap.put(9, "WB Type 3");
|
|
hashMap.put(10, "WB RGB Levels 3");
|
|
hashMap.put(13, "WB Type 4");
|
|
hashMap.put(14, "WB RGB Levels 4");
|
|
hashMap.put(17, "WB Type 5");
|
|
hashMap.put(18, "WB RGB Levels 5");
|
|
hashMap.put(21, "WB Type 6");
|
|
hashMap.put(22, "WB RGB Levels 6");
|
|
hashMap.put(25, "WB Type 7");
|
|
hashMap.put(26, "WB RGB Levels 7");
|
|
}
|
|
|
|
public HVT() {
|
|
a(new C10387eCn(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return d;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "PanasonicRaw WbInfo2";
|
|
}
|
|
}
|