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

30 lines
591 B
Smali

.class public Lorg/webrtc/LibvpxVp8Decoder;
.super Lorg/webrtc/WrappedNativeVideoDecoder;
.source "LibvpxVp8Decoder.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
# virtual methods
.method public createNativeVideoDecoder()J
.locals 2
.line 16
invoke-static {}, Lorg/webrtc/LibvpxVp8Decoder;->nativeCreateDecoder()J
move-result-wide v0
return-wide v0
.end method