Rabbit-R1/android (non root)/smali/smali_classes2/androidx/media3/extractor/MpegAudioUtil.smali
2024-05-21 17:08:36 -04:00

595 lines
9.7 KiB
Smali

.class public final Landroidx/media3/extractor/MpegAudioUtil;
.super Ljava/lang/Object;
.source "MpegAudioUtil.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/media3/extractor/MpegAudioUtil$Header;
}
.end annotation
# static fields
.field private static final BITRATE_V1_L1:[I
.field private static final BITRATE_V1_L2:[I
.field private static final BITRATE_V1_L3:[I
.field private static final BITRATE_V2:[I
.field private static final BITRATE_V2_L1:[I
.field public static final MAX_FRAME_SIZE_BYTES:I = 0x1000
.field public static final MAX_RATE_BYTES_PER_SECOND:I = 0x9c40
.field private static final MIME_TYPE_BY_LAYER:[Ljava/lang/String;
.field private static final SAMPLES_PER_FRAME_L1:I = 0x180
.field private static final SAMPLES_PER_FRAME_L2:I = 0x480
.field private static final SAMPLES_PER_FRAME_L3_V1:I = 0x480
.field private static final SAMPLES_PER_FRAME_L3_V2:I = 0x240
.field private static final SAMPLING_RATE_V1:[I
# direct methods
.method static constructor <clinit>()V
.locals 3
const-string v0, "audio/mpeg-L2"
const-string v1, "audio/mpeg"
const-string v2, "audio/mpeg-L1"
.line 220
filled-new-array {v2, v0, v1}, [Ljava/lang/String;
move-result-object v0
sput-object v0, Landroidx/media3/extractor/MpegAudioUtil;->MIME_TYPE_BY_LAYER:[Ljava/lang/String;
const v0, 0xbb80
const/16 v1, 0x7d00
const v2, 0xac44
filled-new-array {v2, v0, v1}, [I
move-result-object v0
sput-object v0, Landroidx/media3/extractor/MpegAudioUtil;->SAMPLING_RATE_V1:[I
const/16 v0, 0xe
new-array v1, v0, [I
fill-array-data v1, :array_0
sput-object v1, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L1:[I
new-array v1, v0, [I
fill-array-data v1, :array_1
sput-object v1, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V2_L1:[I
new-array v1, v0, [I
fill-array-data v1, :array_2
sput-object v1, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L2:[I
new-array v1, v0, [I
fill-array-data v1, :array_3
sput-object v1, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L3:[I
new-array v0, v0, [I
fill-array-data v0, :array_4
sput-object v0, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V2:[I
return-void
:array_0
.array-data 4
0x7d00
0xfa00
0x17700
0x1f400
0x27100
0x2ee00
0x36b00
0x3e800
0x46500
0x4e200
0x55f00
0x5dc00
0x65900
0x6d600
.end array-data
:array_1
.array-data 4
0x7d00
0xbb80
0xdac0
0xfa00
0x13880
0x17700
0x1b580
0x1f400
0x23280
0x27100
0x2af80
0x2ee00
0x36b00
0x3e800
.end array-data
:array_2
.array-data 4
0x7d00
0xbb80
0xdac0
0xfa00
0x13880
0x17700
0x1b580
0x1f400
0x27100
0x2ee00
0x36b00
0x3e800
0x4e200
0x5dc00
.end array-data
:array_3
.array-data 4
0x7d00
0x9c40
0xbb80
0xdac0
0xfa00
0x13880
0x17700
0x1b580
0x1f400
0x27100
0x2ee00
0x36b00
0x3e800
0x4e200
.end array-data
:array_4
.array-data 4
0x1f40
0x3e80
0x5dc0
0x7d00
0x9c40
0xbb80
0xdac0
0xfa00
0x13880
0x17700
0x1b580
0x1f400
0x23280
0x27100
.end array-data
.end method
.method private constructor <init>()V
.locals 0
.line 249
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method static synthetic access$000(I)Z
.locals 0
.line 25
invoke-static {p0}, Landroidx/media3/extractor/MpegAudioUtil;->isMagicPresent(I)Z
move-result p0
return p0
.end method
.method static synthetic access$100()[Ljava/lang/String;
.locals 1
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->MIME_TYPE_BY_LAYER:[Ljava/lang/String;
return-object v0
.end method
.method static synthetic access$200()[I
.locals 1
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->SAMPLING_RATE_V1:[I
return-object v0
.end method
.method static synthetic access$300(II)I
.locals 0
.line 25
invoke-static {p0, p1}, Landroidx/media3/extractor/MpegAudioUtil;->getFrameSizeInSamples(II)I
move-result p0
return p0
.end method
.method static synthetic access$400()[I
.locals 1
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L1:[I
return-object v0
.end method
.method static synthetic access$500()[I
.locals 1
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V2_L1:[I
return-object v0
.end method
.method static synthetic access$600()[I
.locals 1
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L2:[I
return-object v0
.end method
.method static synthetic access$700()[I
.locals 1
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L3:[I
return-object v0
.end method
.method static synthetic access$800()[I
.locals 1
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V2:[I
return-object v0
.end method
.method public static getFrameSize(I)I
.locals 7
.line 118
invoke-static {p0}, Landroidx/media3/extractor/MpegAudioUtil;->isMagicPresent(I)Z
move-result v0
const/4 v1, -0x1
if-nez v0, :cond_0
return v1
:cond_0
ushr-int/lit8 v0, p0, 0x13
const/4 v2, 0x3
and-int/2addr v0, v2
const/4 v3, 0x1
if-ne v0, v3, :cond_1
return v1
:cond_1
ushr-int/lit8 v4, p0, 0x11
and-int/2addr v4, v2
if-nez v4, :cond_2
return v1
:cond_2
ushr-int/lit8 v5, p0, 0xc
const/16 v6, 0xf
and-int/2addr v5, v6
if-eqz v5, :cond_d
if-ne v5, v6, :cond_3
goto :goto_3
:cond_3
ushr-int/lit8 v6, p0, 0xa
and-int/2addr v6, v2
if-ne v6, v2, :cond_4
return v1
:cond_4
sget-object v1, Landroidx/media3/extractor/MpegAudioUtil;->SAMPLING_RATE_V1:[I
.line 143
aget v1, v1, v6
const/4 v6, 0x2
if-ne v0, v6, :cond_5
.line 146
div-int/lit8 v1, v1, 0x2
goto :goto_0
:cond_5
if-nez v0, :cond_6
.line 149
div-int/lit8 v1, v1, 0x4
:cond_6
:goto_0
ushr-int/lit8 p0, p0, 0x9
and-int/2addr p0, v3
if-ne v4, v2, :cond_8
if-ne v0, v2, :cond_7
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L1:[I
sub-int/2addr v5, v3
.line 156
aget v0, v0, v5
goto :goto_1
:cond_7
sget-object v0, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V2_L1:[I
sub-int/2addr v5, v3
aget v0, v0, v5
:goto_1
mul-int/lit8 v0, v0, 0xc
.line 157
div-int/2addr v0, v1
add-int/2addr v0, p0
mul-int/lit8 v0, v0, 0x4
return v0
:cond_8
if-ne v0, v2, :cond_a
if-ne v4, v6, :cond_9
sget-object v6, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L2:[I
sub-int/2addr v5, v3
.line 161
aget v5, v6, v5
goto :goto_2
:cond_9
sget-object v6, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V1_L3:[I
sub-int/2addr v5, v3
aget v5, v6, v5
goto :goto_2
:cond_a
sget-object v6, Landroidx/media3/extractor/MpegAudioUtil;->BITRATE_V2:[I
sub-int/2addr v5, v3
.line 164
aget v5, v6, v5
:goto_2
const/16 v6, 0x90
if-ne v0, v2, :cond_b
mul-int/2addr v5, v6
.line 170
div-int/2addr v5, v1
add-int/2addr v5, p0
return v5
:cond_b
if-ne v4, v3, :cond_c
const/16 v6, 0x48
:cond_c
mul-int/2addr v6, v5
.line 173
div-int/2addr v6, v1
add-int/2addr v6, p0
return v6
:cond_d
:goto_3
return v1
.end method
.method private static getFrameSizeInSamples(II)I
.locals 3
const/4 v0, 0x1
const/16 v1, 0x480
const/4 v2, 0x3
if-eq p1, v0, :cond_2
const/4 p0, 0x2
if-eq p1, p0, :cond_1
if-ne p1, v2, :cond_0
const/16 p0, 0x180
return p0
.line 264
:cond_0
new-instance p0, Ljava/lang/IllegalArgumentException;
invoke-direct {p0}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p0
:cond_1
return v1
:cond_2
if-ne p0, v2, :cond_3
goto :goto_0
:cond_3
const/16 v1, 0x240
:goto_0
return v1
.end method
.method private static isMagicPresent(I)Z
.locals 1
const/high16 v0, -0x200000
and-int/2addr p0, v0
if-ne p0, v0, :cond_0
const/4 p0, 0x1
goto :goto_0
:cond_0
const/4 p0, 0x0
:goto_0
return p0
.end method
.method public static parseMpegAudioFrameSampleCount(I)I
.locals 6
.line 182
invoke-static {p0}, Landroidx/media3/extractor/MpegAudioUtil;->isMagicPresent(I)Z
move-result v0
const/4 v1, -0x1
if-nez v0, :cond_0
return v1
:cond_0
ushr-int/lit8 v0, p0, 0x13
const/4 v2, 0x3
and-int/2addr v0, v2
const/4 v3, 0x1
if-ne v0, v3, :cond_1
return v1
:cond_1
ushr-int/lit8 v3, p0, 0x11
and-int/2addr v3, v2
if-nez v3, :cond_2
return v1
:cond_2
ushr-int/lit8 v4, p0, 0xc
const/16 v5, 0xf
and-int/2addr v4, v5
ushr-int/lit8 p0, p0, 0xa
and-int/2addr p0, v2
if-eqz v4, :cond_4
if-eq v4, v5, :cond_4
if-ne p0, v2, :cond_3
goto :goto_0
.line 203
:cond_3
invoke-static {v0, v3}, Landroidx/media3/extractor/MpegAudioUtil;->getFrameSizeInSamples(II)I
move-result p0
return p0
:cond_4
:goto_0
return v1
.end method