package o; import java.util.ArrayList; import java.util.Arrays; /* loaded from: classes.dex */ public final class SIA extends C0743NnU { public SIA(sRW srw) { super(srw); } @Override // o.C0743NnU public final String d(int i) { if (i == 1) { byte[] b = ((sRW) this.a).b(1); if (b == null) { return null; } return sHb.d(1, new String(b)); } if (i != 3) { if (i != 260) { return ((sRW) this.a).o(i); } Axo l = ((sRW) this.a).l(260); if (l == null) { return null; } double doubleValue = l.doubleValue(); return String.format("%1$02d:%2$02d:%3$02d", Integer.valueOf((int) (doubleValue / Math.pow(60.0d, 2.0d))), Integer.valueOf((int) ((doubleValue / Math.pow(60.0d, 1.0d)) - (r9.intValue() * 60))), Integer.valueOf((int) Math.ceil((doubleValue / Math.pow(60.0d, 0.0d)) - (r2.intValue() * 60)))); } String[] strArr = (String[]) BrP.b(new Object[]{(sRW) this.a, 3}, -2018331667, 2018331669, 3); if (strArr == null) { return null; } ArrayList arrayList = new ArrayList(); for (String str : strArr) { String d = sHb.d(1, str); if (d != null) { str = d; } arrayList.add(str); } return Arrays.toString(arrayList.toArray()); } }