- 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
125 lines
2.7 KiB
Smali
125 lines
2.7 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzsx;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/ads/zzsv;
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:I
|
|
|
|
.field private zzb:[Landroid/media/MediaCodecInfo;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(ZZ)V
|
|
.locals 1
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:cond_1
|
|
:goto_0
|
|
iput v0, p0, Lcom/google/android/gms/internal/ads/zzsx;->zza:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private final zzf()V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzsx;->zzb:[Landroid/media/MediaCodecInfo;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
iget v0, p0, Lcom/google/android/gms/internal/ads/zzsx;->zza:I
|
|
|
|
.line 1
|
|
new-instance v1, Landroid/media/MediaCodecList;
|
|
|
|
invoke-direct {v1, v0}, Landroid/media/MediaCodecList;-><init>(I)V
|
|
|
|
invoke-virtual {v1}, Landroid/media/MediaCodecList;->getCodecInfos()[Landroid/media/MediaCodecInfo;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzsx;->zzb:[Landroid/media/MediaCodecInfo;
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/google/android/gms/internal/ads/zzsx;->zzf()V
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzsx;->zzb:[Landroid/media/MediaCodecInfo;
|
|
|
|
.line 2
|
|
array-length v0, v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final zzb(I)Landroid/media/MediaCodecInfo;
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/google/android/gms/internal/ads/zzsx;->zzf()V
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzsx;->zzb:[Landroid/media/MediaCodecInfo;
|
|
|
|
.line 2
|
|
aget-object p1, v0, p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final zzc(Ljava/lang/String;Ljava/lang/String;Landroid/media/MediaCodecInfo$CodecCapabilities;)Z
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-virtual {p3, p1}, Landroid/media/MediaCodecInfo$CodecCapabilities;->isFeatureRequired(Ljava/lang/String;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final zzd(Ljava/lang/String;Ljava/lang/String;Landroid/media/MediaCodecInfo$CodecCapabilities;)Z
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-virtual {p3, p1}, Landroid/media/MediaCodecInfo$CodecCapabilities;->isFeatureSupported(Ljava/lang/String;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final zze()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|