- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
85 lines
3.7 KiB
Java
85 lines
3.7 KiB
Java
package com.fyber.inneractive.sdk.util;
|
|
|
|
import android.graphics.Bitmap;
|
|
import java.io.File;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class r extends b<Void, Void, Bitmap> {
|
|
public final File g;
|
|
public a h;
|
|
public final String i;
|
|
public final String j = null;
|
|
public final int k = 81920;
|
|
|
|
public interface a {
|
|
}
|
|
|
|
public r(File file, a aVar, String str) {
|
|
this.g = file;
|
|
this.h = aVar;
|
|
this.i = str;
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
/* JADX WARN: Removed duplicated region for block: B:66:0x00d6 A[Catch: all -> 0x00da, TRY_LEAVE, TryCatch #8 {all -> 0x00da, blocks: (B:64:0x00c7, B:66:0x00d6), top: B:63:0x00c7 }] */
|
|
/* JADX WARN: Removed duplicated region for block: B:70:0x00e3 A[Catch: all -> 0x00ec, DONT_GENERATE, TryCatch #1 {all -> 0x00ec, blocks: (B:76:0x00de, B:70:0x00e3, B:72:0x00e8), top: B:75:0x00de }] */
|
|
/* JADX WARN: Removed duplicated region for block: B:72:0x00e8 A[Catch: all -> 0x00ec, DONT_GENERATE, TRY_LEAVE, TryCatch #1 {all -> 0x00ec, blocks: (B:76:0x00de, B:70:0x00e3, B:72:0x00e8), top: B:75:0x00de }] */
|
|
/* JADX WARN: Removed duplicated region for block: B:75:0x00de A[EXC_TOP_SPLITTER, SYNTHETIC] */
|
|
/* JADX WARN: Type inference failed for: r6v0 */
|
|
/* JADX WARN: Type inference failed for: r6v1 */
|
|
/* JADX WARN: Type inference failed for: r6v12, types: [java.net.HttpURLConnection, java.net.URLConnection] */
|
|
/* JADX WARN: Type inference failed for: r6v2, types: [java.net.HttpURLConnection] */
|
|
/* JADX WARN: Type inference failed for: r6v7 */
|
|
@Override // com.fyber.inneractive.sdk.util.b
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final android.graphics.Bitmap a(java.lang.Void[] r12) {
|
|
/*
|
|
Method dump skipped, instructions count: 260
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.fyber.inneractive.sdk.util.r.a(java.lang.Object[]):java.lang.Object");
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.util.b
|
|
public final void a(Bitmap bitmap) {
|
|
Bitmap bitmap2 = bitmap;
|
|
a aVar = this.h;
|
|
if (aVar == null) {
|
|
return;
|
|
}
|
|
if (bitmap2 != null) {
|
|
com.fyber.inneractive.sdk.player.b bVar = (com.fyber.inneractive.sdk.player.b) aVar;
|
|
com.fyber.inneractive.sdk.player.c cVar = bVar.a;
|
|
if (cVar.m != null) {
|
|
IAlog.a("IAMediaPlayerFlowManager: saving snapshot %s", bitmap2);
|
|
cVar.k = bitmap2;
|
|
r rVar = bVar.a.l;
|
|
rVar.b();
|
|
rVar.h = null;
|
|
com.fyber.inneractive.sdk.player.c cVar2 = bVar.a;
|
|
cVar2.l = null;
|
|
cVar2.m = null;
|
|
}
|
|
IAlog.a("MediaPlayerController: fetching video frame success!", new Object[0]);
|
|
} else {
|
|
com.fyber.inneractive.sdk.player.b bVar2 = (com.fyber.inneractive.sdk.player.b) aVar;
|
|
com.fyber.inneractive.sdk.player.c cVar3 = bVar2.a;
|
|
if (cVar3.m != null) {
|
|
IAlog.a("IAMediaPlayerFlowManager: saving snapshot %s", null);
|
|
cVar3.k = null;
|
|
r rVar2 = bVar2.a.l;
|
|
rVar2.b();
|
|
rVar2.h = null;
|
|
com.fyber.inneractive.sdk.player.c cVar4 = bVar2.a;
|
|
cVar4.l = null;
|
|
cVar4.m = null;
|
|
}
|
|
IAlog.a("MediaPlayerController: fetching video frame failed!", new Object[0]);
|
|
}
|
|
this.h = null;
|
|
}
|
|
}
|