Searched defs:presentationTimestampUs (Results 1 – 5 of 5) sorted by relevance
392 long presentationTimestampUs = nextPresentationTimestampUs; in encode() local416 VideoFrame videoFrame, long presentationTimestampUs) { in encodeTextureBuffer()434 private VideoCodecStatus encodeByteBuffer(VideoFrame videoFrame, long presentationTimestampUs, in encodeByteBuffer()
111 final long presentationTimestampUs; field in AndroidVideoDecoder.DecodedTextureMetadata114 DecodedTextureMetadata(long presentationTimestampUs, Integer decodeTimeMs) { in DecodedTextureMetadata()
139 public int addOutputTexture(long presentationTimestampUs, int flags) { in addOutputTexture()150 public int addOutputData(byte[] data, long presentationTimestampUs, int flags) { in addOutputData()
131 long presentationTimestampUs = Long.parseLong(attributeValue); in parseMotionPhotoPresentationTimestampUsFromDescription() local