apkfuckery/com.discord/smali_classes2/org/webrtc/MediaCodecVideoDecoder$Deco...

119 lines
3.2 KiB
Smali

.class public Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;
.super Ljava/lang/Object;
.source "MediaCodecVideoDecoder.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/MediaCodecVideoDecoder;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "DecodedTextureBuffer"
.end annotation
# instance fields
.field public final decodeTimeMs:J
.field public final frameDelayMs:J
.field public final ntpTimeStampMs:J
.field public final presentationTimeStampMs:J
.field public final timeStampMs:J
.field public final videoFrameBuffer:Lorg/webrtc/VideoFrame$Buffer;
# direct methods
.method public constructor <init>(Lorg/webrtc/VideoFrame$Buffer;JJJJJ)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->videoFrameBuffer:Lorg/webrtc/VideoFrame$Buffer;
iput-wide p2, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->presentationTimeStampMs:J
iput-wide p4, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->timeStampMs:J
iput-wide p6, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->ntpTimeStampMs:J
iput-wide p8, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->decodeTimeMs:J
iput-wide p10, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->frameDelayMs:J
return-void
.end method
# virtual methods
.method public getDecodeTimeMs()J
.locals 2
.annotation build Lorg/webrtc/CalledByNative;
value = "DecodedTextureBuffer"
.end annotation
iget-wide v0, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->decodeTimeMs:J
return-wide v0
.end method
.method public getFrameDelayMs()J
.locals 2
.annotation build Lorg/webrtc/CalledByNative;
value = "DecodedTextureBuffer"
.end annotation
iget-wide v0, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->frameDelayMs:J
return-wide v0
.end method
.method public getNtpTimestampMs()J
.locals 2
.annotation build Lorg/webrtc/CalledByNative;
value = "DecodedTextureBuffer"
.end annotation
iget-wide v0, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->ntpTimeStampMs:J
return-wide v0
.end method
.method public getPresentationTimestampMs()J
.locals 2
.annotation build Lorg/webrtc/CalledByNative;
value = "DecodedTextureBuffer"
.end annotation
iget-wide v0, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->presentationTimeStampMs:J
return-wide v0
.end method
.method public getTimeStampMs()J
.locals 2
.annotation build Lorg/webrtc/CalledByNative;
value = "DecodedTextureBuffer"
.end annotation
iget-wide v0, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->timeStampMs:J
return-wide v0
.end method
.method public getVideoFrameBuffer()Lorg/webrtc/VideoFrame$Buffer;
.locals 1
.annotation build Lorg/webrtc/CalledByNative;
value = "DecodedTextureBuffer"
.end annotation
iget-object v0, p0, Lorg/webrtc/MediaCodecVideoDecoder$DecodedTextureBuffer;->videoFrameBuffer:Lorg/webrtc/VideoFrame$Buffer;
return-object v0
.end method