Rabbit-R1/switch port/smali/smali_classes3/org/webrtc/LibaomAv1Decoder.smali
2024-05-21 17:08:36 -04:00

33 lines
647 B
Smali

.class public Lorg/webrtc/LibaomAv1Decoder;
.super Lorg/webrtc/WrappedNativeVideoDecoder;
.source "LibaomAv1Decoder.java"
# direct methods
.method public constructor <init>()V
.locals 0
.line 13
invoke-direct {p0}, Lorg/webrtc/WrappedNativeVideoDecoder;-><init>()V
return-void
.end method
.method static native nativeCreateDecoder()J
.end method
.method static native nativeIsSupported()Z
.end method
# virtual methods
.method public createNativeVideoDecoder()J
.locals 2
.line 16
invoke-static {}, Lorg/webrtc/LibaomAv1Decoder;->nativeCreateDecoder()J
move-result-wide v0
return-wide v0
.end method