Home
last modified time | relevance | path

Searched refs:ntpTimeStampMs (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java374 public TimeStamps(long decodeStartTimeMs, long timeStampMs, long ntpTimeStampMs) { in TimeStamps() argument
377 this.ntpTimeStampMs = ntpTimeStampMs; in TimeStamps()
381 private final long ntpTimeStampMs; // Only used for bookkeeping in Java. Used in C++; field in MediaCodecVideoDecoder.TimeStamps
387 long ntpTimeStampMs, long decodeTime, long endDecodeTime) { in DecodedOutputBuffer() argument
392 this.ntpTimeStampMs = ntpTimeStampMs; in DecodedOutputBuffer()
401 private final long ntpTimeStampMs; field in MediaCodecVideoDecoder.DecodedOutputBuffer
413 private final long ntpTimeStampMs; field in MediaCodecVideoDecoder.DecodedTextureBuffer
424 long ntpTimeStampMs, long decodeTimeMs, long frameDelay) { in DecodedTextureBuffer() argument
428 this.ntpTimeStampMs = ntpTimeStampMs; in DecodedTextureBuffer()
477 bufferToRender.timeStampMs, bufferToRender.ntpTimeStampMs, bufferToRender.decodeTimeMs, in onTextureFrameAvailable()
[all …]