Searched refs:computePresentationTime (Results 1 – 3 of 3) sorted by relevance
644 long ptsUsec = computePresentationTime(generateIndex); in doEncodeDecodeVideoFromBuffer()804 assertEquals("Wrong time stamp", computePresentationTime(checkIndex), in doEncodeDecodeVideoFromBuffer()837 assertEquals("Wrong time stamp", computePresentationTime(checkIndex), in doEncodeDecodeVideoFromBuffer()919 inputSurface.setPresentationTime(computePresentationTime(generateIndex) * 1000); in doEncodeDecodeVideoFromSurfaceToSurface()966 assertEquals("Wrong time stamp", computePresentationTime(checkIndex), in doEncodeDecodeVideoFromSurfaceToSurface()1341 private static long computePresentationTime(int frameIndex) { in computePresentationTime() method in EncodeDecodeTest
283 inputSurface.setPresentationTime(computePresentationTime(generateIndex) * 1000); in generateVideoData()722 assertEquals("Wrong time stamp", computePresentationTime(checkIndex), in checkVideoData()804 private static long computePresentationTime(int frameIndex) { in computePresentationTime() method in DecodeEditEncodeTest
952 long ptsUsec = computePresentationTime(frameCount); in queueInputBufferEncoder()985 long ptsUsec = computePresentationTime(frameCount); in queueInputImageEncoder()1377 private long computePresentationTime(int frameIndex) { in computePresentationTime() method in VideoEncoderDecoderTest