mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
33 lines
647 B
Smali
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
|