Add Discord APKTool decompilation (Smali source for modding)

- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,110 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static a(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(TT;)TT;"
}
.end annotation
.line 3
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
return-object p0
.end method
.method public static a(Ljava/lang/String;)Ljava/lang/String;
.locals 1
.line 4
invoke-static {p0}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_0
return-object p0
.line 5
:cond_0
new-instance p0, Ljava/lang/IllegalArgumentException;
invoke-direct {p0}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p0
.end method
.method public static a(Z)V
.locals 0
if-eqz p0, :cond_0
return-void
.line 1
:cond_0
new-instance p0, Ljava/lang/IllegalArgumentException;
invoke-direct {p0}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p0
.end method
.method public static a(ZLjava/lang/String;)V
.locals 0
if-eqz p0, :cond_0
return-void
.line 2
:cond_0
new-instance p0, Ljava/lang/IllegalArgumentException;
invoke-static {p1}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static b(Z)V
.locals 0
if-eqz p0, :cond_0
return-void
.line 1
:cond_0
new-instance p0, Ljava/lang/IllegalStateException;
invoke-direct {p0}, Ljava/lang/IllegalStateException;-><init>()V
throw p0
.end method
.method public static b(ZLjava/lang/String;)V
.locals 0
if-eqz p0, :cond_0
return-void
.line 2
:cond_0
new-instance p0, Ljava/lang/IllegalStateException;
invoke-direct {p0, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p0
.end method

View File

@@ -0,0 +1,178 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;
.super Ljava/io/OutputStream;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "a"
.end annotation
# instance fields
.field public final a:Ljava/io/FileOutputStream;
.field public b:Z
# direct methods
.method public constructor <init>(Ljava/io/File;)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/FileNotFoundException;
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/io/OutputStream;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->b:Z
.line 5
new-instance v0, Ljava/io/FileOutputStream;
invoke-direct {v0, p1}, Ljava/io/FileOutputStream;-><init>(Ljava/io/File;)V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->a:Ljava/io/FileOutputStream;
return-void
.end method
# virtual methods
.method public final close()V
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->b:Z
if-eqz v0, :cond_0
return-void
:cond_0
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->b:Z
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->a:Ljava/io/FileOutputStream;
.line 5
invoke-virtual {v0}, Ljava/io/OutputStream;->flush()V
:try_start_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->a:Ljava/io/FileOutputStream;
.line 6
invoke-virtual {v0}, Ljava/io/FileOutputStream;->getFD()Ljava/io/FileDescriptor;
move-result-object v0
invoke-virtual {v0}, Ljava/io/FileDescriptor;->sync()V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
const-string v1, "AtomicFile"
const-string v2, "Failed to sync file descriptor:"
.line 8
invoke-static {v1, v2, v0}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
:goto_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->a:Ljava/io/FileOutputStream;
.line 10
invoke-virtual {v0}, Ljava/io/FileOutputStream;->close()V
return-void
.end method
.method public final flush()V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->a:Ljava/io/FileOutputStream;
.line 1
invoke-virtual {v0}, Ljava/io/OutputStream;->flush()V
return-void
.end method
.method public final write(I)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->a:Ljava/io/FileOutputStream;
.line 1
invoke-virtual {v0, p1}, Ljava/io/FileOutputStream;->write(I)V
return-void
.end method
.method public final write([B)V
.locals 1
.param p1 # [B
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->a:Ljava/io/FileOutputStream;
.line 2
invoke-virtual {v0, p1}, Ljava/io/FileOutputStream;->write([B)V
return-void
.end method
.method public final write([BII)V
.locals 1
.param p1 # [B
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;->a:Ljava/io/FileOutputStream;
.line 3
invoke-virtual {v0, p1, p2, p3}, Ljava/io/FileOutputStream;->write([BII)V
return-void
.end method

View File

@@ -0,0 +1,256 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;
}
.end annotation
# instance fields
.field public final a:Ljava/io/File;
.field public final b:Ljava/io/File;
# direct methods
.method public constructor <init>(Ljava/io/File;)V
.locals 2
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
.line 3
new-instance v0, Ljava/io/File;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
invoke-virtual {p1}, Ljava/io/File;->getPath()Ljava/lang/String;
move-result-object p1
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string p1, ".bak"
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/io/File;-><init>(Ljava/lang/String;)V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->b:Ljava/io/File;
return-void
.end method
# virtual methods
.method public final a()Ljava/io/FileInputStream;
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/FileNotFoundException;
}
.end annotation
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->b:Ljava/io/File;
.line 1
invoke-virtual {v0}, Ljava/io/File;->exists()Z
move-result v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
.line 2
invoke-virtual {v0}, Ljava/io/File;->delete()Z
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->b:Ljava/io/File;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
.line 3
invoke-virtual {v0, v1}, Ljava/io/File;->renameTo(Ljava/io/File;)Z
.line 4
:cond_0
new-instance v0, Ljava/io/FileInputStream;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
invoke-direct {v0, v1}, Ljava/io/FileInputStream;-><init>(Ljava/io/File;)V
return-object v0
.end method
.method public final b()Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
.line 1
invoke-virtual {v0}, Ljava/io/File;->exists()Z
move-result v0
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->b:Ljava/io/File;
.line 2
invoke-virtual {v0}, Ljava/io/File;->exists()Z
move-result v0
if-nez v0, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->b:Ljava/io/File;
.line 3
invoke-virtual {v0, v1}, Ljava/io/File;->renameTo(Ljava/io/File;)Z
move-result v0
if-nez v0, :cond_1
.line 4
new-instance v0, Ljava/lang/StringBuilder;
const-string v1, "Couldn\'t rename file "
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, " to backup file "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->b:Ljava/io/File;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
const-string v1, "AtomicFile"
invoke-static {v1, v0}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
goto :goto_0
:cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
.line 7
invoke-virtual {v0}, Ljava/io/File;->delete()Z
.line 12
:cond_1
:goto_0
:try_start_0
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;-><init>(Ljava/io/File;)V
:try_end_0
.catch Ljava/io/FileNotFoundException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_1
:catch_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
.line 14
invoke-virtual {v0}, Ljava/io/File;->getParentFile()Ljava/io/File;
move-result-object v0
.line 15
invoke-virtual {v0}, Ljava/io/File;->mkdirs()Z
move-result v0
if-eqz v0, :cond_2
.line 19
:try_start_1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;-><init>(Ljava/io/File;)V
:try_end_1
.catch Ljava/io/FileNotFoundException; {:try_start_1 .. :try_end_1} :catch_1
:goto_1
return-object v0
.line 21
:catch_1
new-instance v0, Ljava/io/IOException;
new-instance v1, Ljava/lang/StringBuilder;
const-string v2, "Couldn\'t create "
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw v0
.line 22
:cond_2
new-instance v0, Ljava/io/IOException;
new-instance v1, Ljava/lang/StringBuilder;
const-string v2, "Couldn\'t create directory "
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b;->a:Ljava/io/File;
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw v0
.end method

View File

@@ -0,0 +1,284 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/c;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final a:[B
.field public static final b:[I
.field public static final c:[I
# direct methods
.method public static constructor <clinit>()V
.locals 1
const/4 v0, 0x4
new-array v0, v0, [B
fill-array-data v0, :array_0
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/c;->a:[B
const/16 v0, 0xd
new-array v0, v0, [I
fill-array-data v0, :array_1
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/c;->b:[I
const/16 v0, 0x10
new-array v0, v0, [I
fill-array-data v0, :array_2
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/c;->c:[I
return-void
nop
:array_0
.array-data 1
0x0t
0x0t
0x0t
0x1t
.end array-data
:array_1
.array-data 4
0x17700
0x15888
0xfa00
0xbb80
0xac44
0x7d00
0x5dc0
0x5622
0x3e80
0x2ee0
0x2b11
0x1f40
0x1cb6
.end array-data
:array_2
.array-data 4
0x0
0x1
0x2
0x3
0x4
0x5
0x6
0x8
-0x1
-0x1
-0x1
0x7
0x8
-0x1
0x8
-0x1
.end array-data
.end method
.method public static a([B)Landroid/util/Pair;
.locals 13
.annotation system Ldalvik/annotation/Signature;
value = {
"([B)",
"Landroid/util/Pair<",
"Ljava/lang/Integer;",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;
.line 2
array-length v1, p0
invoke-direct {v0, p0, v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;-><init>([BI)V
const/4 p0, 0x5
.line 3
invoke-virtual {v0, p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result v1
const/4 v2, 0x6
const/16 v3, 0x1f
if-ne v1, v3, :cond_0
.line 5
invoke-virtual {v0, v2}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result v1
add-int/lit8 v1, v1, 0x20
:cond_0
const/4 v4, 0x4
.line 6
invoke-virtual {v0, v4}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result v5
const/16 v6, 0xd
const/16 v7, 0x18
const/16 v8, 0xf
const/4 v9, 0x0
const/4 v10, 0x1
if-ne v5, v8, :cond_1
.line 8
invoke-virtual {v0, v7}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result v5
goto :goto_1
:cond_1
if-ge v5, v6, :cond_2
move v11, v10
goto :goto_0
:cond_2
move v11, v9
.line 10
:goto_0
invoke-static {v11}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->a(Z)V
sget-object v11, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/c;->b:[I
.line 11
aget v5, v11, v5
.line 12
:goto_1
invoke-virtual {v0, v4}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result v11
if-eq v1, p0, :cond_3
const/16 v12, 0x1d
if-ne v1, v12, :cond_7
.line 13
:cond_3
invoke-virtual {v0, v4}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result v1
if-ne v1, v8, :cond_4
.line 15
invoke-virtual {v0, v7}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result v1
:goto_2
move v5, v1
goto :goto_4
:cond_4
if-ge v1, v6, :cond_5
move v5, v10
goto :goto_3
:cond_5
move v5, v9
.line 17
:goto_3
invoke-static {v5}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->a(Z)V
sget-object v5, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/c;->b:[I
.line 18
aget v1, v5, v1
goto :goto_2
.line 19
:goto_4
invoke-virtual {v0, p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result p0
if-ne p0, v3, :cond_6
.line 21
invoke-virtual {v0, v2}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result p0
add-int/lit8 p0, p0, 0x20
:cond_6
const/16 v1, 0x16
if-ne p0, v1, :cond_7
.line 22
invoke-virtual {v0, v4}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result v11
:cond_7
sget-object p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/c;->c:[I
.line 25
aget p0, p0, v11
const/4 v0, -0x1
if-eq p0, v0, :cond_8
move v9, v10
.line 26
:cond_8
invoke-static {v9}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->a(Z)V
.line 27
invoke-static {v5}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
invoke-static {p0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p0
invoke-static {v0, p0}, Landroid/util/Pair;->create(Ljava/lang/Object;Ljava/lang/Object;)Landroid/util/Pair;
move-result-object p0
return-object p0
.end method

View File

@@ -0,0 +1,44 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/d;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public a:Z
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final declared-synchronized a()V
.locals 1
monitor-enter p0
const/4 v0, 0x0
:try_start_0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/d;->a:Z
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 1
monitor-exit p0
return-void
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method

View File

@@ -0,0 +1,113 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/e;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public final a:I
.field public final b:I
.field public final c:I
.field public final d:J
# direct methods
.method public constructor <init>([B)V
.locals 7
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;-><init>([B)V
const/16 p1, 0x88
.line 3
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b(I)V
const/16 p1, 0x10
.line 4
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
.line 5
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
const/16 p1, 0x18
.line 6
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
.line 7
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
const/16 p1, 0x14
.line 8
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result p1
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/e;->a:I
const/4 p1, 0x3
.line 9
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result p1
add-int/lit8 p1, p1, 0x1
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/e;->b:I
const/4 p1, 0x5
.line 10
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result p1
add-int/lit8 p1, p1, 0x1
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/e;->c:I
const/4 p1, 0x4
.line 11
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result p1
int-to-long v1, p1
const-wide/16 v3, 0xf
and-long/2addr v1, v3
const/16 p1, 0x20
shl-long/2addr v1, p1
.line 12
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a(I)I
move-result p1
int-to-long v3, p1
const-wide v5, 0xffffffffL
and-long/2addr v3, v5
or-long v0, v1, v3
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/e;->d:J
return-void
.end method

View File

@@ -0,0 +1,64 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/f;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public a:I
.field public b:[J
# direct methods
.method public constructor <init>(I)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/16 p1, 0x20
new-array p1, p1, [J
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/f;->b:[J
return-void
.end method
# virtual methods
.method public final a(J)V
.locals 3
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/f;->a:I
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/f;->b:[J
.line 1
array-length v2, v1
if-ne v0, v2, :cond_0
mul-int/lit8 v0, v0, 0x2
.line 2
invoke-static {v1, v0}, Ljava/util/Arrays;->copyOf([JI)[J
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/f;->b:[J
:cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/f;->b:[J
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/f;->a:I
add-int/lit8 v2, v1, 0x1
iput v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/f;->a:I
.line 4
aput-wide p1, v0, v1
return-void
.end method

View File

@@ -0,0 +1,14 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/exoplayer2/util/g;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract a(Lcom/fyber/inneractive/sdk/player/exoplayer2/n;)Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
.end method
.method public abstract i()Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
.end method
.method public abstract m()J
.end method

View File

@@ -0,0 +1,592 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/h;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static a(Ljava/lang/String;)Ljava/lang/String;
.locals 2
const/4 v0, 0x0
if-nez p0, :cond_0
return-object v0
.line 1
:cond_0
invoke-virtual {p0}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object p0
const-string v1, "avc1"
.line 2
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-nez v1, :cond_11
const-string v1, "avc3"
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_1
goto/16 :goto_5
:cond_1
const-string v1, "hev1"
.line 4
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-nez v1, :cond_10
const-string v1, "hvc1"
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_2
goto/16 :goto_4
:cond_2
const-string v1, "vp9"
.line 6
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_3
const-string p0, "video/x-vnd.on2.vp9"
return-object p0
:cond_3
const-string v1, "vp8"
.line 8
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_4
const-string p0, "video/x-vnd.on2.vp8"
return-object p0
:cond_4
const-string v1, "mp4a"
.line 10
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_5
const-string p0, "audio/mp4a-latm"
return-object p0
:cond_5
const-string v1, "ac-3"
.line 12
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-nez v1, :cond_f
const-string v1, "dac3"
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_6
goto :goto_3
:cond_6
const-string v1, "ec-3"
.line 14
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-nez v1, :cond_e
const-string v1, "dec3"
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_7
goto :goto_2
:cond_7
const-string v1, "dtsc"
.line 16
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-nez v1, :cond_d
const-string v1, "dtse"
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_8
goto :goto_1
:cond_8
const-string v1, "dtsh"
.line 18
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-nez v1, :cond_c
const-string v1, "dtsl"
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_9
goto :goto_0
:cond_9
const-string v1, "opus"
.line 20
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_a
const-string p0, "audio/opus"
return-object p0
:cond_a
const-string v1, "vorbis"
.line 22
invoke-virtual {p0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
move-result p0
if-eqz p0, :cond_b
const-string p0, "audio/vorbis"
return-object p0
:cond_b
return-object v0
:cond_c
:goto_0
const-string p0, "audio/vnd.dts.hd"
return-object p0
:cond_d
:goto_1
const-string p0, "audio/vnd.dts"
return-object p0
:cond_e
:goto_2
const-string p0, "audio/eac3"
return-object p0
:cond_f
:goto_3
const-string p0, "audio/ac3"
return-object p0
:cond_10
:goto_4
const-string p0, "video/hevc"
return-object p0
:cond_11
:goto_5
const-string p0, "video/avc"
return-object p0
.end method
.method public static b(Ljava/lang/String;)I
.locals 3
.line 1
invoke-static {p0}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
const/4 v1, -0x1
if-eqz v0, :cond_0
return v1
.line 3
:cond_0
invoke-static {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/h;->c(Ljava/lang/String;)Z
move-result v0
if-eqz v0, :cond_1
const/4 p0, 0x1
return p0
.line 5
:cond_1
invoke-static {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/h;->d(Ljava/lang/String;)Z
move-result v0
if-eqz v0, :cond_2
const/4 p0, 0x2
return p0
:cond_2
if-nez p0, :cond_3
const/4 v0, 0x0
goto :goto_0
:cond_3
const/16 v0, 0x2f
.line 6
invoke-virtual {p0, v0}, Ljava/lang/String;->indexOf(I)I
move-result v0
if-eq v0, v1, :cond_8
const/4 v2, 0x0
.line 10
invoke-virtual {p0, v2, v0}, Ljava/lang/String;->substring(II)Ljava/lang/String;
move-result-object v0
:goto_0
const-string v2, "text"
.line 11
invoke-virtual {v2, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/cea-608"
.line 12
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/cea-708"
.line 13
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/x-mp4-cea-608"
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/x-subrip"
.line 14
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/ttml+xml"
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/x-quicktime-tx3g"
.line 15
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/x-mp4-vtt"
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/x-rawcc"
.line 16
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/vobsub"
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/pgs"
.line 17
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
const-string v0, "application/dvbsubs"
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_4
goto :goto_2
:cond_4
const-string v0, "application/id3"
.line 19
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_6
const-string v0, "application/x-emsg"
.line 20
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_6
const-string v0, "application/x-scte35"
.line 21
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_6
const-string v0, "application/x-camera-motion"
.line 22
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p0
if-eqz p0, :cond_5
goto :goto_1
:cond_5
return v1
:cond_6
:goto_1
const/4 p0, 0x4
return p0
:cond_7
:goto_2
const/4 p0, 0x3
return p0
.line 23
:cond_8
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "Invalid mime type: "
invoke-virtual {v1, p0}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p0
invoke-direct {v0, p0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public static c(Ljava/lang/String;)Z
.locals 2
if-nez p0, :cond_0
const/4 p0, 0x0
goto :goto_0
:cond_0
const/16 v0, 0x2f
.line 1
invoke-virtual {p0, v0}, Ljava/lang/String;->indexOf(I)I
move-result v0
const/4 v1, -0x1
if-eq v0, v1, :cond_1
const/4 v1, 0x0
.line 5
invoke-virtual {p0, v1, v0}, Ljava/lang/String;->substring(II)Ljava/lang/String;
move-result-object p0
:goto_0
const-string v0, "audio"
.line 6
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p0
return p0
.line 7
:cond_1
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "Invalid mime type: "
invoke-virtual {v1, p0}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p0
invoke-direct {v0, p0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public static d(Ljava/lang/String;)Z
.locals 2
if-nez p0, :cond_0
const/4 p0, 0x0
goto :goto_0
:cond_0
const/16 v0, 0x2f
.line 1
invoke-virtual {p0, v0}, Ljava/lang/String;->indexOf(I)I
move-result v0
const/4 v1, -0x1
if-eq v0, v1, :cond_1
const/4 v1, 0x0
.line 5
invoke-virtual {p0, v1, v0}, Ljava/lang/String;->substring(II)Ljava/lang/String;
move-result-object p0
:goto_0
const-string v0, "video"
.line 6
invoke-virtual {v0, p0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p0
return p0
.line 7
:cond_1
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "Invalid mime type: "
invoke-virtual {v1, p0}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p0
invoke-direct {v0, p0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method

View File

@@ -0,0 +1,35 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$a;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "a"
.end annotation
# instance fields
.field public final a:I
.field public final b:Z
# direct methods
.method public constructor <init>(ZII)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$a;->a:I
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$a;->b:Z
return-void
.end method

View File

@@ -0,0 +1,67 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "b"
.end annotation
# instance fields
.field public final a:I
.field public final b:I
.field public final c:I
.field public final d:F
.field public final e:Z
.field public final f:Z
.field public final g:I
.field public final h:I
.field public final i:I
.field public final j:Z
# direct methods
.method public constructor <init>(IIIFZZIIIZ)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->a:I
iput p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->b:I
iput p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->c:I
iput p4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->d:F
iput-boolean p5, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->e:Z
iput-boolean p6, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->f:Z
iput p7, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->g:I
iput p8, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->h:I
iput p9, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->i:I
iput-boolean p10, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/i$b;->j:Z
return-void
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,317 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public final a:[B
.field public b:I
.field public c:I
.field public final d:I
# direct methods
.method public constructor <init>([B)V
.locals 1
.line 1
array-length v0, p1
invoke-direct {p0, p1, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;-><init>([BI)V
return-void
.end method
.method public constructor <init>([BI)V
.locals 0
.line 2
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a:[B
iput p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->d:I
return-void
.end method
# virtual methods
.method public final a(I)I
.locals 7
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
add-int/2addr v0, p1
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
const/4 v0, 0x0
move v1, v0
:goto_0
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
const/16 v3, 0x8
if-le v2, v3, :cond_0
add-int/lit8 v2, v2, -0x8
iput v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
iget-object v3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a:[B
iget v4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
add-int/lit8 v5, v4, 0x1
iput v5, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
.line 9
aget-byte v3, v3, v4
and-int/lit16 v3, v3, 0xff
shl-int v2, v3, v2
or-int/2addr v1, v2
goto :goto_0
:cond_0
iget-object v4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a:[B
iget v5, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
.line 11
aget-byte v4, v4, v5
and-int/lit16 v4, v4, 0xff
rsub-int/lit8 v6, v2, 0x8
shr-int/2addr v4, v6
or-int/2addr v1, v4
rsub-int/lit8 p1, p1, 0x20
const/4 v4, -0x1
ushr-int p1, v4, p1
and-int/2addr p1, v1
const/4 v1, 0x1
if-ne v2, v3, :cond_1
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
add-int/2addr v5, v1
iput v5, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
:cond_1
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
if-ltz v2, :cond_3
iget v3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->d:I
if-lt v2, v3, :cond_2
if-ne v2, v3, :cond_3
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
if-nez v2, :cond_3
:cond_2
move v0, v1
.line 16
:cond_3
invoke-static {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
return p1
.end method
.method public final a()Z
.locals 6
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->a:[B
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
.line 1
aget-byte v0, v0, v1
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
const/16 v3, 0x80
shr-int/2addr v3, v2
and-int/2addr v0, v3
const/4 v3, 0x0
const/4 v4, 0x1
if-eqz v0, :cond_0
move v0, v4
goto :goto_0
:cond_0
move v0, v3
:goto_0
add-int/2addr v2, v4
iput v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
const/16 v5, 0x8
if-ne v2, v5, :cond_1
iput v3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
add-int/2addr v1, v4
iput v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
:cond_1
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
if-ltz v1, :cond_3
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->d:I
if-lt v1, v2, :cond_2
if-ne v1, v2, :cond_3
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
if-nez v1, :cond_3
:cond_2
move v3, v4
.line 5
:cond_3
invoke-static {v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
return v0
.end method
.method public final b(I)V
.locals 2
.line 1
div-int/lit8 v0, p1, 0x8
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
mul-int/lit8 v1, v0, 0x8
sub-int/2addr p1, v1
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
if-ltz v0, :cond_1
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->d:I
if-lt v0, v1, :cond_0
if-ne v0, v1, :cond_1
if-nez p1, :cond_1
:cond_0
const/4 p1, 0x1
goto :goto_0
:cond_1
const/4 p1, 0x0
.line 3
:goto_0
invoke-static {p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
return-void
.end method
.method public final c(I)V
.locals 3
.line 1
div-int/lit8 v0, p1, 0x8
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
add-int/2addr v1, v0
iput v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
mul-int/lit8 v0, v0, 0x8
sub-int/2addr p1, v0
add-int/2addr p1, v2
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
const/4 v0, 0x7
const/4 v2, 0x1
if-le p1, v0, :cond_0
add-int/2addr v1, v2
iput v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
add-int/lit8 p1, p1, -0x8
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
:cond_0
iget p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->b:I
if-ltz p1, :cond_1
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->d:I
if-lt p1, v0, :cond_2
if-ne p1, v0, :cond_1
iget p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/j;->c:I
if-nez p1, :cond_1
goto :goto_0
:cond_1
const/4 v2, 0x0
.line 7
:cond_2
:goto_0
invoke-static {v2}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
return-void
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,649 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public a:[B
.field public b:I
.field public c:I
.field public d:I
# direct methods
.method public constructor <init>([BII)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
invoke-virtual {p0, p1, p2, p3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->a([BII)V
return-void
.end method
# virtual methods
.method public final a([BII)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->a:[B
iput p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
iput p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
const/4 p1, 0x0
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
if-ltz p2, :cond_1
if-lt p2, p3, :cond_0
if-ne p2, p3, :cond_1
:cond_0
const/4 p1, 0x1
.line 5
:cond_1
invoke-static {p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
return-void
.end method
.method public final a()Z
.locals 7
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
const/4 v2, 0x0
move v3, v2
:goto_0
iget v4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
iget v5, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
if-ge v4, v5, :cond_0
.line 25
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b()Z
move-result v4
if-nez v4, :cond_0
add-int/lit8 v3, v3, 0x1
goto :goto_0
:cond_0
iget v4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
iget v5, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
const/4 v6, 0x1
if-ne v4, v5, :cond_1
move v4, v6
goto :goto_1
:cond_1
move v4, v2
:goto_1
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
iput v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
if-nez v4, :cond_2
mul-int/lit8 v3, v3, 0x2
add-int/2addr v3, v6
.line 31
invoke-virtual {p0, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->a(I)Z
move-result v0
if-eqz v0, :cond_2
move v2, v6
:cond_2
return v2
.end method
.method public final a(I)Z
.locals 4
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
.line 7
div-int/lit8 v1, p1, 0x8
add-int v2, v0, v1
iget v3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
add-int/2addr v3, p1
mul-int/lit8 v1, v1, 0x8
sub-int/2addr v3, v1
const/4 p1, 0x7
if-le v3, p1, :cond_0
add-int/lit8 v2, v2, 0x1
add-int/lit8 v3, v3, -0x8
:cond_0
:goto_0
add-int/lit8 p1, v0, 0x1
if-gt p1, v2, :cond_2
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
if-ge v2, v1, :cond_2
.line 15
invoke-virtual {p0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c(I)Z
move-result v1
if-eqz v1, :cond_1
add-int/lit8 v2, v2, 0x1
add-int/lit8 v0, v0, 0x3
goto :goto_0
:cond_1
move v0, p1
goto :goto_0
:cond_2
iget p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
if-lt v2, p1, :cond_4
if-ne v2, p1, :cond_3
if-nez v3, :cond_3
goto :goto_1
:cond_3
const/4 p1, 0x0
goto :goto_2
:cond_4
:goto_1
const/4 p1, 0x1
:goto_2
return p1
.end method
.method public final b(I)I
.locals 9
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
add-int/2addr v0, p1
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
const/4 v0, 0x0
move v1, v0
:goto_0
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
const/4 v3, 0x2
const/16 v4, 0x8
const/4 v5, 0x1
if-le v2, v4, :cond_1
add-int/lit8 v2, v2, -0x8
iput v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
iget-object v4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->a:[B
iget v6, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
.line 6
aget-byte v4, v4, v6
and-int/lit16 v4, v4, 0xff
shl-int v2, v4, v2
or-int/2addr v1, v2
add-int/lit8 v2, v6, 0x1
.line 7
invoke-virtual {p0, v2}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c(I)Z
move-result v2
if-eqz v2, :cond_0
goto :goto_1
:cond_0
move v3, v5
:goto_1
add-int/2addr v6, v3
iput v6, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
goto :goto_0
:cond_1
iget-object v6, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->a:[B
iget v7, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
.line 9
aget-byte v6, v6, v7
and-int/lit16 v6, v6, 0xff
rsub-int/lit8 v8, v2, 0x8
shr-int/2addr v6, v8
or-int/2addr v1, v6
rsub-int/lit8 p1, p1, 0x20
const/4 v6, -0x1
ushr-int p1, v6, p1
and-int/2addr p1, v1
if-ne v2, v4, :cond_3
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
add-int/lit8 v1, v7, 0x1
.line 13
invoke-virtual {p0, v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c(I)Z
move-result v1
if-eqz v1, :cond_2
goto :goto_2
:cond_2
move v3, v5
:goto_2
add-int/2addr v7, v3
iput v7, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
:cond_3
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
if-ltz v1, :cond_5
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
if-lt v1, v2, :cond_4
if-ne v1, v2, :cond_5
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
if-nez v1, :cond_5
:cond_4
move v0, v5
.line 14
:cond_5
invoke-static {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
return p1
.end method
.method public final b()Z
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->a:[B
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
.line 1
aget-byte v0, v0, v1
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
const/16 v2, 0x80
shr-int v1, v2, v1
and-int/2addr v0, v1
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
.line 2
:goto_0
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->e()V
return v0
.end method
.method public final c()I
.locals 4
const/4 v0, 0x0
move v1, v0
.line 1
:goto_0
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b()Z
move-result v2
if-nez v2, :cond_0
add-int/lit8 v1, v1, 0x1
goto :goto_0
:cond_0
const/4 v2, 0x1
shl-int v3, v2, v1
sub-int/2addr v3, v2
if-lez v1, :cond_1
.line 4
invoke-virtual {p0, v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b(I)I
move-result v0
:cond_1
add-int/2addr v3, v0
return v3
.end method
.method public final c(I)Z
.locals 3
const/4 v0, 0x2
if-gt v0, p1, :cond_0
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
if-ge p1, v0, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->a:[B
.line 5
aget-byte v1, v0, p1
const/4 v2, 0x3
if-ne v1, v2, :cond_0
add-int/lit8 v1, p1, -0x2
aget-byte v1, v0, v1
if-nez v1, :cond_0
const/4 v1, 0x1
sub-int/2addr p1, v1
aget-byte p1, v0, p1
if-nez p1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
return v1
.end method
.method public final d()I
.locals 3
.line 14
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c()I
move-result v0
.line 15
rem-int/lit8 v1, v0, 0x2
const/4 v2, 0x1
if-nez v1, :cond_0
const/4 v1, -0x1
goto :goto_0
:cond_0
move v1, v2
:goto_0
add-int/2addr v0, v2
div-int/lit8 v0, v0, 0x2
mul-int/2addr v0, v1
return v0
.end method
.method public final d(I)V
.locals 4
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
.line 2
div-int/lit8 v1, p1, 0x8
add-int v2, v0, v1
iput v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
iget v3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
mul-int/lit8 v1, v1, 0x8
sub-int/2addr p1, v1
add-int/2addr p1, v3
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
const/4 v1, 0x7
const/4 v3, 0x1
if-le p1, v1, :cond_0
add-int/2addr v2, v3
iput v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
add-int/lit8 p1, p1, -0x8
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
:cond_0
:goto_0
add-int/lit8 p1, v0, 0x1
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
if-gt p1, v1, :cond_2
.line 10
invoke-virtual {p0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c(I)Z
move-result v1
if-eqz v1, :cond_1
iget p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
add-int/2addr p1, v3
iput p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
add-int/lit8 v0, v0, 0x3
goto :goto_0
:cond_1
move v0, p1
goto :goto_0
:cond_2
if-ltz v1, :cond_3
iget p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
if-lt v1, p1, :cond_4
if-ne v1, p1, :cond_3
iget p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
if-nez p1, :cond_3
goto :goto_1
:cond_3
const/4 v3, 0x0
.line 13
:cond_4
:goto_1
invoke-static {v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
return-void
.end method
.method public final e()V
.locals 4
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
const/4 v1, 0x1
add-int/2addr v0, v1
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
const/16 v2, 0x8
const/4 v3, 0x0
if-ne v0, v2, :cond_1
iput v3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
add-int/lit8 v2, v0, 0x1
.line 3
invoke-virtual {p0, v2}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c(I)Z
move-result v2
if-eqz v2, :cond_0
const/4 v2, 0x2
goto :goto_0
:cond_0
move v2, v1
:goto_0
add-int/2addr v0, v2
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
:cond_1
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->c:I
if-ltz v0, :cond_2
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->b:I
if-lt v0, v2, :cond_3
if-ne v0, v2, :cond_2
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/l;->d:I
if-nez v0, :cond_2
goto :goto_1
:cond_2
move v1, v3
.line 4
:cond_3
:goto_1
invoke-static {v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
return-void
.end method

View File

@@ -0,0 +1,105 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/m;
.super Ljava/io/BufferedOutputStream;
.source "SourceFile"
# instance fields
.field public a:Z
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/exoplayer2/util/b$a;)V
.locals 0
.line 1
invoke-direct {p0, p1}, Ljava/io/BufferedOutputStream;-><init>(Ljava/io/OutputStream;)V
return-void
.end method
.method public constructor <init>(Ljava/io/FileOutputStream;I)V
.locals 0
.line 2
invoke-direct {p0, p1, p2}, Ljava/io/BufferedOutputStream;-><init>(Ljava/io/OutputStream;I)V
return-void
.end method
# virtual methods
.method public final a(Ljava/io/OutputStream;)V
.locals 1
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/m;->a:Z
.line 1
invoke-static {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
iput-object p1, p0, Ljava/io/BufferedOutputStream;->out:Ljava/io/OutputStream;
const/4 p1, 0x0
iput p1, p0, Ljava/io/BufferedOutputStream;->count:I
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/m;->a:Z
return-void
.end method
.method public final close()V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/m;->a:Z
.line 5
:try_start_0
invoke-virtual {p0}, Ljava/io/OutputStream;->flush()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
const/4 v0, 0x0
goto :goto_0
:catchall_0
move-exception v0
:goto_0
:try_start_1
iget-object v1, p0, Ljava/io/BufferedOutputStream;->out:Ljava/io/OutputStream;
.line 10
invoke-virtual {v1}, Ljava/io/OutputStream;->close()V
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_1
goto :goto_1
:catchall_1
move-exception v1
if-nez v0, :cond_0
move-object v0, v1
:cond_0
:goto_1
if-nez v0, :cond_1
return-void
.line 17
:cond_1
sget v1, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a:I
.line 18
throw v0
.end method

View File

@@ -0,0 +1,56 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/Comparator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Comparator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final compare(Ljava/lang/Object;Ljava/lang/Object;)I
.locals 0
.line 1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
check-cast p2, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
.line 2
iget p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;->a:I
iget p2, p2, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;->a:I
sub-int/2addr p1, p2
return p1
.end method

View File

@@ -0,0 +1,75 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$b;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/Comparator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Comparator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final compare(Ljava/lang/Object;Ljava/lang/Object;)I
.locals 1
.line 1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
check-cast p2, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
.line 2
iget p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;->c:F
iget p2, p2, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;->c:F
cmpg-float v0, p1, p2
if-gez v0, :cond_0
const/4 p1, -0x1
goto :goto_0
:cond_0
cmpg-float p1, p2, p1
if-gez p1, :cond_1
const/4 p1, 0x1
goto :goto_0
:cond_1
const/4 p1, 0x0
:goto_0
return p1
.end method

View File

@@ -0,0 +1,32 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "c"
.end annotation
# instance fields
.field public a:I
.field public b:I
.field public c:F
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method

View File

@@ -0,0 +1,93 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
}
.end annotation
# static fields
.field public static final h:Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$a;
.field public static final i:Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$b;
# instance fields
.field public final a:I
.field public final b:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;",
">;"
}
.end annotation
.end field
.field public final c:[Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
.field public d:I
.field public e:I
.field public f:I
.field public g:I
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;->h:Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$a;
.line 8
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$b;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$b;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;->i:Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$b;
return-void
.end method
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/16 v0, 0x7d0
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;->a:I
const/4 v0, 0x5
new-array v0, v0, [Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;->c:[Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n$c;
.line 4
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;->b:Ljava/util/ArrayList;
const/4 v0, -0x1
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/n;->d:I
return-void
.end method

View File

@@ -0,0 +1,138 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/player/exoplayer2/util/g;
# instance fields
.field public a:Z
.field public b:J
.field public c:J
.field public d:Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
# direct methods
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
sget-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/n;->d:Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->d:Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
return-void
.end method
# virtual methods
.method public final a(Lcom/fyber/inneractive/sdk/player/exoplayer2/n;)Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
.locals 2
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->a:Z
if-eqz v0, :cond_0
.line 2
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->m()J
move-result-wide v0
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->b:J
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->a:Z
if-eqz v0, :cond_0
.line 5
invoke-static {}, Landroid/os/SystemClock;->elapsedRealtime()J
move-result-wide v0
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->c:J
:cond_0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->d:Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
return-object p1
.end method
.method public final i()Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->d:Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
return-object v0
.end method
.method public final m()J
.locals 7
iget-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->b:J
iget-boolean v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->a:Z
if-eqz v2, :cond_2
.line 3
invoke-static {}, Landroid/os/SystemClock;->elapsedRealtime()J
move-result-wide v2
iget-wide v4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->c:J
sub-long/2addr v2, v4
iget-object v4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/o;->d:Lcom/fyber/inneractive/sdk/player/exoplayer2/n;
.line 4
iget v5, v4, Lcom/fyber/inneractive/sdk/player/exoplayer2/n;->a:F
const/high16 v6, 0x3f800000 # 1.0f
cmpl-float v5, v5, v6
if-nez v5, :cond_1
.line 5
sget v4, Lcom/fyber/inneractive/sdk/player/exoplayer2/b;->a:I
const-wide v4, -0x7fffffffffffffffL # -4.9E-324
cmp-long v6, v2, v4
if-nez v6, :cond_0
goto :goto_0
:cond_0
const-wide/16 v4, 0x3e8
mul-long/2addr v4, v2
:goto_0
add-long/2addr v0, v4
goto :goto_1
.line 6
:cond_1
iget v4, v4, Lcom/fyber/inneractive/sdk/player/exoplayer2/n;->c:I
int-to-long v4, v4
mul-long/2addr v2, v4
add-long/2addr v0, v2
:cond_2
:goto_1
return-wide v0
.end method

View File

@@ -0,0 +1,225 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public a:J
.field public b:J
.field public volatile c:J
# direct methods
.method public constructor <init>(J)V
.locals 2
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const-wide v0, -0x7fffffffffffffffL # -4.9E-324
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->c:J
.line 3
invoke-virtual {p0, p1, p2}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->c(J)V
return-void
.end method
# virtual methods
.method public final a(J)J
.locals 4
const-wide v0, -0x7fffffffffffffffL # -4.9E-324
cmp-long v2, p1, v0
if-nez v2, :cond_0
return-wide v0
:cond_0
iget-wide v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->c:J
cmp-long v0, v2, v0
if-eqz v0, :cond_1
iput-wide p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->c:J
goto :goto_0
:cond_1
iget-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->a:J
const-wide v2, 0x7fffffffffffffffL
cmp-long v2, v0, v2
if-eqz v2, :cond_2
sub-long/2addr v0, p1
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->b:J
.line 8
:cond_2
monitor-enter p0
:try_start_0
iput-wide p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->c:J
.line 11
invoke-virtual {p0}, Ljava/lang/Object;->notifyAll()V
.line 12
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:goto_0
iget-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->b:J
add-long/2addr p1, v0
return-wide p1
:catchall_0
move-exception p1
.line 15
:try_start_1
monitor-exit p0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw p1
.end method
.method public final b(J)J
.locals 13
const-wide v0, -0x7fffffffffffffffL # -4.9E-324
cmp-long v2, p1, v0
if-nez v2, :cond_0
return-wide v0
:cond_0
iget-wide v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->c:J
cmp-long v0, v2, v0
const-wide/32 v1, 0xf4240
const-wide/32 v3, 0x15f90
if-eqz v0, :cond_1
iget-wide v5, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->c:J
mul-long/2addr v5, v3
.line 5
div-long/2addr v5, v1
const-wide v7, 0x100000000L
add-long/2addr v7, v5
const-wide v9, 0x200000000L
.line 6
div-long/2addr v7, v9
const-wide/16 v11, 0x1
sub-long v11, v7, v11
mul-long/2addr v11, v9
add-long/2addr v11, p1
mul-long/2addr v7, v9
add-long/2addr p1, v7
sub-long v7, v11, v5
.line 9
invoke-static {v7, v8}, Ljava/lang/Math;->abs(J)J
move-result-wide v7
sub-long v5, p1, v5
invoke-static {v5, v6}, Ljava/lang/Math;->abs(J)J
move-result-wide v5
cmp-long v0, v7, v5
if-gez v0, :cond_1
move-wide p1, v11
:cond_1
mul-long/2addr p1, v1
.line 10
div-long/2addr p1, v3
.line 11
invoke-virtual {p0, p1, p2}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->a(J)J
move-result-wide p1
return-wide p1
.end method
.method public final declared-synchronized c(J)V
.locals 4
monitor-enter p0
:try_start_0
iget-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->c:J
const-wide v2, -0x7fffffffffffffffL # -4.9E-324
cmp-long v0, v0, v2
if-nez v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
.line 1
:goto_0
invoke-static {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->b(Z)V
iput-wide p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/p;->a:J
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 2
monitor-exit p0
return-void
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method

View File

@@ -0,0 +1,39 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/q;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static a()V
.locals 2
.line 3
sget v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a:I
const/16 v1, 0x12
if-lt v0, v1, :cond_0
.line 4
invoke-static {}, Landroid/os/Trace;->endSection()V
:cond_0
return-void
.end method
.method public static a(Ljava/lang/String;)V
.locals 2
.line 1
sget v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a:I
const/16 v1, 0x12
if-lt v0, v1, :cond_0
.line 2
invoke-static {p0}, Landroid/os/Trace;->beginSection(Ljava/lang/String;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,538 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/r;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static a(Ljava/lang/String;Ljava/lang/String;)Landroid/net/Uri;
.locals 10
.line 1
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, ""
if-nez p0, :cond_0
move-object p0, v1
:cond_0
if-nez p1, :cond_1
move-object p1, v1
.line 7
:cond_1
invoke-static {p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/r;->a(Ljava/lang/String;)[I
move-result-object v1
const/4 v2, 0x0
.line 8
aget v3, v1, v2
const/4 v4, -0x1
const/4 v5, 0x2
const/4 v6, 0x1
if-eq v3, v4, :cond_2
.line 10
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 11
aget p0, v1, v6
aget p1, v1, v5
invoke-static {v0, p0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/r;->a(Ljava/lang/StringBuilder;II)Ljava/lang/String;
.line 12
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
goto/16 :goto_1
.line 15
:cond_2
invoke-static {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/r;->a(Ljava/lang/String;)[I
move-result-object v3
const/4 v7, 0x3
.line 16
aget v8, v1, v7
if-nez v8, :cond_3
.line 19
aget v1, v3, v7
invoke-virtual {v0, p0, v2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
goto/16 :goto_1
.line 22
:cond_3
aget v7, v1, v5
if-nez v7, :cond_4
.line 25
aget v1, v3, v5
invoke-virtual {v0, p0, v2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
goto :goto_1
.line 28
:cond_4
aget v7, v1, v6
if-eqz v7, :cond_5
.line 30
aget v3, v3, v2
add-int/2addr v3, v6
.line 31
invoke-virtual {v0, p0, v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 32
aget p0, v1, v6
add-int/2addr p0, v3
aget p1, v1, v5
add-int/2addr v3, p1
invoke-static {v0, p0, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/r;->a(Ljava/lang/StringBuilder;II)Ljava/lang/String;
move-result-object p0
goto :goto_1
.line 35
:cond_5
invoke-virtual {p1, v7}, Ljava/lang/String;->charAt(I)C
move-result v7
const/16 v8, 0x2f
if-ne v7, v8, :cond_6
.line 38
aget v4, v3, v6
invoke-virtual {v0, p0, v2, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 39
aget p0, v3, v6
aget p1, v1, v5
add-int/2addr p1, p0
invoke-static {v0, p0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/r;->a(Ljava/lang/StringBuilder;II)Ljava/lang/String;
move-result-object p0
goto :goto_1
.line 44
:cond_6
aget v7, v3, v2
add-int/2addr v7, v5
aget v9, v3, v6
if-ge v7, v9, :cond_7
aget v7, v3, v5
if-ne v9, v7, :cond_7
.line 48
invoke-virtual {v0, p0, v2, v9}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
invoke-virtual {v0, v8}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 49
aget p0, v3, v6
aget p1, v1, v5
add-int/2addr p1, p0
add-int/2addr p1, v6
invoke-static {v0, p0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/r;->a(Ljava/lang/StringBuilder;II)Ljava/lang/String;
move-result-object p0
goto :goto_1
.line 55
:cond_7
aget v7, v3, v5
sub-int/2addr v7, v6
invoke-virtual {p0, v8, v7}, Ljava/lang/String;->lastIndexOf(II)I
move-result v7
if-ne v7, v4, :cond_8
.line 56
aget v4, v3, v6
goto :goto_0
:cond_8
add-int/lit8 v4, v7, 0x1
.line 57
:goto_0
invoke-virtual {v0, p0, v2, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 58
aget p0, v3, v6
aget p1, v1, v5
add-int/2addr v4, p1
invoke-static {v0, p0, v4}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/r;->a(Ljava/lang/StringBuilder;II)Ljava/lang/String;
move-result-object p0
.line 59
:goto_1
invoke-static {p0}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri;
move-result-object p0
return-object p0
.end method
.method public static a(Ljava/lang/StringBuilder;II)Ljava/lang/String;
.locals 7
if-lt p1, p2, :cond_0
.line 60
invoke-virtual {p0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
return-object p0
.line 62
:cond_0
invoke-virtual {p0, p1}, Ljava/lang/StringBuilder;->charAt(I)C
move-result v0
const/16 v1, 0x2f
if-ne v0, v1, :cond_1
add-int/lit8 p1, p1, 0x1
:cond_1
move v0, p1
move v2, v0
:goto_0
if-gt v0, p2, :cond_7
if-ne v0, p2, :cond_2
move v3, v0
goto :goto_1
.line 73
:cond_2
invoke-virtual {p0, v0}, Ljava/lang/StringBuilder;->charAt(I)C
move-result v3
if-ne v3, v1, :cond_6
add-int/lit8 v3, v0, 0x1
:goto_1
add-int/lit8 v4, v2, 0x1
const/16 v5, 0x2e
if-ne v0, v4, :cond_3
.line 81
invoke-virtual {p0, v2}, Ljava/lang/StringBuilder;->charAt(I)C
move-result v6
if-ne v6, v5, :cond_3
.line 83
invoke-virtual {p0, v2, v3}, Ljava/lang/StringBuilder;->delete(II)Ljava/lang/StringBuilder;
sub-int/2addr v3, v2
sub-int/2addr p2, v3
goto :goto_4
:cond_3
add-int/lit8 v6, v2, 0x2
if-ne v0, v6, :cond_5
.line 86
invoke-virtual {p0, v2}, Ljava/lang/StringBuilder;->charAt(I)C
move-result v6
if-ne v6, v5, :cond_5
.line 87
invoke-virtual {p0, v4}, Ljava/lang/StringBuilder;->charAt(I)C
move-result v4
if-ne v4, v5, :cond_5
add-int/lit8 v2, v2, -0x2
const-string v0, "/"
.line 89
invoke-virtual {p0, v0, v2}, Ljava/lang/StringBuilder;->lastIndexOf(Ljava/lang/String;I)I
move-result v0
add-int/lit8 v0, v0, 0x1
if-le v0, p1, :cond_4
move v2, v0
goto :goto_2
:cond_4
move v2, p1
.line 91
:goto_2
invoke-virtual {p0, v2, v3}, Ljava/lang/StringBuilder;->delete(II)Ljava/lang/StringBuilder;
sub-int/2addr v3, v2
sub-int/2addr p2, v3
:goto_3
move v2, v0
goto :goto_4
:cond_5
add-int/lit8 v0, v0, 0x1
goto :goto_3
:goto_4
move v0, v2
goto :goto_0
:cond_6
add-int/lit8 v0, v0, 0x1
goto :goto_0
.line 100
:cond_7
invoke-virtual {p0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method public static a(Ljava/lang/String;)[I
.locals 9
const/4 v0, 0x4
new-array v0, v0, [I
.line 102
invoke-static {p0}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v1
const/4 v2, 0x0
const/4 v3, -0x1
if-eqz v1, :cond_0
aput v3, v0, v2
return-object v0
.line 109
:cond_0
invoke-virtual {p0}, Ljava/lang/String;->length()I
move-result v1
const/16 v4, 0x23
.line 110
invoke-virtual {p0, v4}, Ljava/lang/String;->indexOf(I)I
move-result v4
if-ne v4, v3, :cond_1
goto :goto_0
:cond_1
move v1, v4
:goto_0
const/16 v4, 0x3f
.line 114
invoke-virtual {p0, v4}, Ljava/lang/String;->indexOf(I)I
move-result v4
if-eq v4, v3, :cond_2
if-le v4, v1, :cond_3
:cond_2
move v4, v1
:cond_3
const/16 v5, 0x2f
.line 121
invoke-virtual {p0, v5}, Ljava/lang/String;->indexOf(I)I
move-result v6
if-eq v6, v3, :cond_4
if-le v6, v4, :cond_5
:cond_4
move v6, v4
:cond_5
const/16 v7, 0x3a
.line 125
invoke-virtual {p0, v7}, Ljava/lang/String;->indexOf(I)I
move-result v7
if-le v7, v6, :cond_6
move v7, v3
:cond_6
add-int/lit8 v6, v7, 0x2
if-ge v6, v4, :cond_8
add-int/lit8 v8, v7, 0x1
.line 134
invoke-virtual {p0, v8}, Ljava/lang/String;->charAt(I)C
move-result v8
if-ne v8, v5, :cond_8
.line 135
invoke-virtual {p0, v6}, Ljava/lang/String;->charAt(I)C
move-result v6
if-ne v6, v5, :cond_8
add-int/lit8 v6, v7, 0x3
.line 138
invoke-virtual {p0, v5, v6}, Ljava/lang/String;->indexOf(II)I
move-result p0
if-eq p0, v3, :cond_7
if-le p0, v4, :cond_9
:cond_7
move p0, v4
goto :goto_1
:cond_8
add-int/lit8 p0, v7, 0x1
:cond_9
:goto_1
aput v7, v0, v2
const/4 v2, 0x1
aput p0, v0, v2
const/4 p0, 0x2
aput v4, v0, p0
const/4 p0, 0x3
aput v1, v0, p0
return-object v0
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/concurrent/ThreadFactory;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->c(Ljava/lang/String;)Ljava/util/concurrent/ExecutorService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Ljava/lang/String;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s$a;->a:Ljava/lang/String;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final newThread(Ljava/lang/Runnable;)Ljava/lang/Thread;
.locals 2
.param p1 # Ljava/lang/Runnable;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
new-instance v0, Ljava/lang/Thread;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s$a;->a:Ljava/lang/String;
invoke-direct {v0, p1, v1}, Ljava/lang/Thread;-><init>(Ljava/lang/Runnable;Ljava/lang/String;)V
return-object v0
.end method

View File

@@ -0,0 +1,829 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final a:I
.field public static final b:Ljava/lang/String;
.field public static final c:Ljava/lang/String;
.field public static final d:Ljava/lang/String;
.field public static final e:Ljava/lang/String;
.field public static final f:Ljava/util/regex/Pattern;
.field public static final g:Ljava/util/regex/Pattern;
.field public static final h:[I
# direct methods
.method public static constructor <clinit>()V
.locals 5
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
sput v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a:I
.line 8
sget-object v1, Landroid/os/Build;->DEVICE:Ljava/lang/String;
sput-object v1, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->b:Ljava/lang/String;
.line 14
sget-object v2, Landroid/os/Build;->MANUFACTURER:Ljava/lang/String;
sput-object v2, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->c:Ljava/lang/String;
.line 20
sget-object v3, Landroid/os/Build;->MODEL:Ljava/lang/String;
sput-object v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->d:Ljava/lang/String;
.line 25
new-instance v4, Ljava/lang/StringBuilder;
invoke-direct {v4}, Ljava/lang/StringBuilder;-><init>()V
invoke-virtual {v4, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string v1, ", "
invoke-virtual {v4, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v4, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v4, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v4, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v4, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v4, v0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v4}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->e:Ljava/lang/String;
const-string v0, "(\\d\\d\\d\\d)\\-(\\d\\d)\\-(\\d\\d)[Tt](\\d\\d):(\\d\\d):(\\d\\d)([\\.,](\\d+))?([Zz]|((\\+|\\-)(\\d?\\d):?(\\d\\d)))?"
.line 29
invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
move-result-object v0
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->f:Ljava/util/regex/Pattern;
const-string v0, "^(-)?P(([0-9]*)Y)?(([0-9]*)M)?(([0-9]*)D)?(T(([0-9]*)H)?(([0-9]*)M)?(([0-9.]*)S)?)?$"
.line 34
invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
const-string v0, "%([A-Fa-f0-9]{2})"
.line 36
invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
move-result-object v0
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->g:Ljava/util/regex/Pattern;
const/16 v0, 0x100
new-array v0, v0, [I
fill-array-data v0, :array_0
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->h:[I
return-void
nop
:array_0
.array-data 4
0x0
0x4c11db7
0x9823b6e
0xd4326d9
0x130476dc
0x17c56b6b
0x1a864db2
0x1e475005
0x2608edb8
0x22c9f00f
0x2f8ad6d6
0x2b4bcb61
0x350c9b64
0x31cd86d3
0x3c8ea00a
0x384fbdbd
0x4c11db70 # 3.8235584E7f
0x48d0c6c7
0x4593e01e
0x4152fda9
0x5f15adac
0x5bd4b01b
0x569796c2
0x52568b75
0x6a1936c8
0x6ed82b7f
0x639b0da6
0x675a1011
0x791d4014
0x7ddc5da3
0x709f7b7a
0x745e66cd
-0x67dc4920
-0x631d54a9 # -1.4999716E-21f
-0x6e5e7272
-0x6a9f6fc7
-0x74d83fc4
-0x70192275
-0x7d5a04ae
-0x799b191b
-0x41d4a4a8
-0x4515b911
-0x48569fca
-0x4c97827f
-0x52d0d27c
-0x5611cfcd
-0x5b52e916
-0x5f93f4a3 # -1.9993737E-19f
-0x2bcd9270
-0x2f0c8fd9
-0x224fa902
-0x268eb4b7
-0x38c9e4b4
-0x3c08f905
-0x314bdfde
-0x358ac26b
-0xdc57fd8
-0x9046261
-0x44744ba
-0x86590f
-0x1ec1090c
-0x1a0014bd
-0x17433266
-0x13822fd3
0x34867077
0x30476dc0
0x3d044b19
0x39c556ae
0x278206ab
0x23431b1c
0x2e003dc5
0x2ac12072
0x128e9dcf # 9.000363E-28f
0x164f8078
0x1b0ca6a1
0x1fcdbb16
0x18aeb13
0x54bf6a4
0x808d07d
0xcc9cdca
0x7897ab07
0x7c56b6b0
0x71159069
0x75d48dde
0x6b93dddb
0x6f52c06c
0x6211e6b5
0x66d0fb02
0x5e9f46bf
0x5a5e5b08
0x571d7dd1
0x53dc6066
0x4d9b3063 # 3.25454944E8f
0x495a2dd4 # 893661.25f
0x44190b0d
0x40d816ba
-0x535a3969
-0x579b24e0
-0x5ad80207
-0x5e191fb2
-0x405e4fb5
-0x449f5204
-0x49dc74db
-0x4d1d696e
-0x7552d4d1
-0x7193c968
-0x7cd0efbf
-0x7811f20a
-0x6656a20d
-0x6297bfbc
-0x6fd49963
-0x6b1584d6
-0x1f4be219
-0x1b8affb0
-0x16c9d977
-0x1208c4c2
-0xc4f94c5
-0x88e8974
-0x5cdafab
-0x10cb21e
-0x39430fa1
-0x3d821218
-0x30c134cf
-0x3400297a
-0x2a47797d
-0x2e8664cc
-0x23c54213
-0x27045fa6
0x690ce0ee
0x6dcdfd59
0x608edb80
0x644fc637
0x7a089632
0x7ec98b85
0x738aad5c
0x774bb0eb
0x4f040d56
0x4bc510e1 # 2.5829826E7f
0x46863638
0x42472b8f
0x5c007b8a
0x58c1663d
0x558240e4
0x51435d53
0x251d3b9e
0x21dc2629
0x2c9f00f0
0x285e1d47
0x36194d42
0x32d850f5
0x3f9b762c
0x3b5a6b9b
0x315d626
0x7d4cb91
0xa97ed48
0xe56f0ff
0x1011a0fa
0x14d0bd4d
0x19939b94
0x1d528623
-0xed0a9f2
-0xa11b447
-0x75292a0
-0x3938f29
-0x1dd4df2e
-0x1915c29b
-0x1456e444
-0x1097f9f5
-0x28d8444a
-0x2c1959ff
-0x215a7f28
-0x259b6291
-0x3bdc3296
-0x3f1d2f23
-0x325e09fc
-0x369f144d
-0x42c17282
-0x46006f37
-0x4b4349f0
-0x4f825459
-0x51c5045e
-0x550419eb
-0x58473f34
-0x5c862285
-0x64c99f3a
-0x6008828f
-0x6d4ba458
-0x698ab9e1
-0x77cde9e6
-0x730cf453
-0x7e4fd28c
-0x7a8ecf3d
0x5d8a9099
0x594b8d2e
0x5408abf7
0x50c9b640
0x4e8ee645
0x4a4ffbf2 # 3407612.5f
0x470cdd2b
0x43cdc09c
0x7b827d21
0x7f436096
0x7200464f
0x76c15bf8
0x68860bfd
0x6c47164a
0x61043093
0x65c52d24
0x119b4be9
0x155a565e
0x18197087
0x1cd86d30
0x29f3d35
0x65e2082
0xb1d065b
0xfdc1bec
0x3793a651
0x3352bbe6
0x3e119d3f
0x3ad08088
0x2497d08d
0x2056cd3a
0x2d15ebe3
0x29d4f654
-0x3a56d987
-0x3e97c432
-0x33d4e2e9 # -4.4856412E7f
-0x3715ff60 # -479237.0f
-0x2952af5b
-0x2d93b2ee
-0x20d09435
-0x24118984
-0x1c5e343f
-0x189f298a
-0x15dc0f51
-0x111d12e8
-0xf5a42e3
-0xb9b5f56
-0x6d8798d
-0x219643c
-0x764702f7
-0x72861f42 # -7.6999573E-31f
-0x7fc53999
-0x7b042430
-0x6543742b
-0x6182699e
-0x6cc14f45
-0x680052f4
-0x504fef4f
-0x548ef2fa
-0x59cdd421
-0x5d0cc998
-0x434b9993
-0x478a8426
-0x4ac9a2fd
-0x4e08bf4c
.end array-data
.end method
.method public static a(I)I
.locals 1
.line 0
const/16 v0, 0x8
if-eq p0, v0, :cond_3
const/16 v0, 0x10
if-eq p0, v0, :cond_2
const/16 v0, 0x18
if-eq p0, v0, :cond_1
const/16 v0, 0x20
if-eq p0, v0, :cond_0
const/4 p0, 0x0
return p0
:cond_0
const/high16 p0, 0x40000000 # 2.0f
return p0
:cond_1
const/high16 p0, -0x80000000
return p0
:cond_2
const/4 p0, 0x2
return p0
:cond_3
const/4 p0, 0x3
return p0
.end method
.method public static a(II)I
.locals 0
add-int/2addr p0, p1
add-int/lit8 p0, p0, -0x1
.line 4
div-int/2addr p0, p1
return p0
.end method
.method public static a(Ljava/lang/String;)I
.locals 4
.line 44
invoke-virtual {p0}, Ljava/lang/String;->length()I
move-result v0
const/4 v1, 0x4
const/4 v2, 0x0
if-gt v0, v1, :cond_0
const/4 v1, 0x1
goto :goto_0
:cond_0
move v1, v2
.line 45
:goto_0
invoke-static {v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->a(Z)V
move v1, v2
:goto_1
if-ge v2, v0, :cond_1
shl-int/lit8 v1, v1, 0x8
.line 49
invoke-virtual {p0, v2}, Ljava/lang/String;->charAt(I)C
move-result v3
or-int/2addr v1, v3
add-int/lit8 v2, v2, 0x1
goto :goto_1
:cond_1
return v1
.end method
.method public static a([JJZ)I
.locals 4
.line 5
invoke-static {p0, p1, p2}, Ljava/util/Arrays;->binarySearch([JJ)I
move-result v0
if-gez v0, :cond_0
add-int/lit8 v0, v0, 0x2
neg-int p0, v0
goto :goto_1
:cond_0
:goto_0
add-int/lit8 v1, v0, -0x1
if-ltz v1, :cond_1
.line 9
aget-wide v2, p0, v1
cmp-long v2, v2, p1
if-nez v2, :cond_1
move v0, v1
goto :goto_0
:cond_1
move p0, v0
:goto_1
if-eqz p3, :cond_2
const/4 p1, 0x0
.line 14
invoke-static {p1, p0}, Ljava/lang/Math;->max(II)I
move-result p0
:cond_2
return p0
.end method
.method public static a([JJZZ)I
.locals 4
.line 15
invoke-static {p0, p1, p2}, Ljava/util/Arrays;->binarySearch([JJ)I
move-result v0
if-gez v0, :cond_0
not-int p1, v0
goto :goto_1
:cond_0
:goto_0
add-int/lit8 v1, v0, 0x1
.line 19
array-length v2, p0
if-ge v1, v2, :cond_1
aget-wide v2, p0, v1
cmp-long v2, v2, p1
if-nez v2, :cond_1
move v0, v1
goto :goto_0
:cond_1
if-eqz p3, :cond_2
move p1, v0
goto :goto_1
:cond_2
move p1, v1
:goto_1
if-eqz p4, :cond_3
.line 24
array-length p0, p0
add-int/lit8 p0, p0, -0x1
invoke-static {p0, p1}, Ljava/lang/Math;->min(II)I
move-result p1
:cond_3
return p1
.end method
.method public static a(JJJ)J
.locals 5
cmp-long v0, p4, p2
const-wide/16 v1, 0x0
if-ltz v0, :cond_0
.line 25
rem-long v3, p4, p2
cmp-long v3, v3, v1
if-nez v3, :cond_0
.line 26
div-long/2addr p4, p2
.line 27
div-long/2addr p0, p4
return-wide p0
:cond_0
if-gez v0, :cond_1
.line 28
rem-long v3, p2, p4
cmp-long v0, v3, v1
if-nez v0, :cond_1
.line 29
div-long/2addr p2, p4
mul-long/2addr p2, p0
return-wide p2
:cond_1
long-to-double p2, p2
long-to-double p4, p4
div-double/2addr p2, p4
long-to-double p0, p0
mul-double/2addr p0, p2
double-to-long p0, p0
return-wide p0
.end method
.method public static a(Lcom/fyber/inneractive/sdk/player/exoplayer2/upstream/f;)V
.locals 0
if-eqz p0, :cond_0
.line 2
:try_start_0
invoke-interface {p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/upstream/f;->close()V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
:catch_0
:cond_0
return-void
.end method
.method public static a(Ljava/io/Closeable;)V
.locals 0
if-eqz p0, :cond_0
.line 3
:try_start_0
invoke-interface {p0}, Ljava/io/Closeable;->close()V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
:catch_0
:cond_0
return-void
.end method
.method public static a([JJ)V
.locals 8
const-wide/32 v0, 0xf4240
cmp-long v2, p1, v0
const-wide/16 v3, 0x0
const/4 v5, 0x0
if-ltz v2, :cond_0
.line 30
rem-long v6, p1, v0
cmp-long v6, v6, v3
if-nez v6, :cond_0
.line 31
div-long/2addr p1, v0
.line 32
:goto_0
array-length v0, p0
if-ge v5, v0, :cond_2
.line 33
aget-wide v0, p0, v5
div-long/2addr v0, p1
aput-wide v0, p0, v5
add-int/lit8 v5, v5, 0x1
goto :goto_0
:cond_0
if-gez v2, :cond_1
.line 35
rem-long v6, v0, p1
cmp-long v2, v6, v3
if-nez v2, :cond_1
.line 36
div-long/2addr v0, p1
.line 37
:goto_1
array-length p1, p0
if-ge v5, p1, :cond_2
.line 38
aget-wide p1, p0, v5
mul-long/2addr p1, v0
aput-wide p1, p0, v5
add-int/lit8 v5, v5, 0x1
goto :goto_1
:cond_1
long-to-double v0, v0
long-to-double p1, p1
div-double/2addr v0, p1
.line 42
:goto_2
array-length p1, p0
if-ge v5, p1, :cond_2
.line 43
aget-wide p1, p0, v5
long-to-double p1, p1
mul-double/2addr p1, v0
double-to-long p1, p1
aput-wide p1, p0, v5
add-int/lit8 v5, v5, 0x1
goto :goto_2
:cond_2
return-void
.end method
.method public static a(Ljava/lang/Object;Ljava/lang/Object;)Z
.locals 0
if-nez p0, :cond_1
if-nez p1, :cond_0
const/4 p0, 0x1
goto :goto_0
:cond_0
const/4 p0, 0x0
goto :goto_0
.line 1
:cond_1
invoke-virtual {p0, p1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p0
:goto_0
return p0
.end method
.method public static b(Ljava/lang/String;)[B
.locals 1
.line 1
invoke-static {}, Ljava/nio/charset/Charset;->defaultCharset()Ljava/nio/charset/Charset;
move-result-object v0
invoke-virtual {p0, v0}, Ljava/lang/String;->getBytes(Ljava/nio/charset/Charset;)[B
move-result-object p0
return-object p0
.end method
.method public static c(Ljava/lang/String;)Ljava/util/concurrent/ExecutorService;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s$a;
invoke-direct {v0, p0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s$a;-><init>(Ljava/lang/String;)V
invoke-static {v0}, Ljava/util/concurrent/Executors;->newSingleThreadExecutor(Ljava/util/concurrent/ThreadFactory;)Ljava/util/concurrent/ExecutorService;
move-result-object p0
return-object p0
.end method