Searched refs:ntpTimeStampMs (Results 1 – 1 of 1) sorted by relevance
374 public TimeStamps(long decodeStartTimeMs, long timeStampMs, long ntpTimeStampMs) { in TimeStamps() argument377 this.ntpTimeStampMs = ntpTimeStampMs; in TimeStamps()381 private final long ntpTimeStampMs; // Only used for bookkeeping in Java. Used in C++; field in MediaCodecVideoDecoder.TimeStamps387 long ntpTimeStampMs, long decodeTime, long endDecodeTime) { in DecodedOutputBuffer() argument392 this.ntpTimeStampMs = ntpTimeStampMs; in DecodedOutputBuffer()401 private final long ntpTimeStampMs; field in MediaCodecVideoDecoder.DecodedOutputBuffer413 private final long ntpTimeStampMs; field in MediaCodecVideoDecoder.DecodedTextureBuffer424 long ntpTimeStampMs, long decodeTimeMs, long frameDelay) { in DecodedTextureBuffer() argument428 this.ntpTimeStampMs = ntpTimeStampMs; in DecodedTextureBuffer()477 bufferToRender.timeStampMs, bufferToRender.ntpTimeStampMs, bufferToRender.decodeTimeMs, in onTextureFrameAvailable()[all …]