Searched defs:timeStampMs (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoDecoder.java | 357 long timeStampMs, long ntpTimeStamp) { in queueInputBuffer() 374 public TimeStamps(long decodeStartTimeMs, long timeStampMs, long ntpTimeStampMs) { in TimeStamps() 380 private final long timeStampMs; // Only used for bookkeeping in Java. Used in C++; field in MediaCodecVideoDecoder.TimeStamps 386 public DecodedOutputBuffer(int index, int offset, int size, long timeStampMs, in DecodedOutputBuffer() 400 private final long timeStampMs; field in MediaCodecVideoDecoder.DecodedOutputBuffer 412 private final long timeStampMs; field in MediaCodecVideoDecoder.DecodedTextureBuffer 423 public DecodedTextureBuffer(int textureID, float[] transformMatrix, long timeStampMs, in DecodedTextureBuffer()
|