Searched refs:computePresentationTime (Results 1 – 3 of 3) sorted by relevance
605 long ptsUsec = computePresentationTime(generateIndex); in doEncodeDecodeVideoFromBuffer()752 assertEquals("Wrong time stamp", computePresentationTime(checkIndex), in doEncodeDecodeVideoFromBuffer()785 assertEquals("Wrong time stamp", computePresentationTime(checkIndex), in doEncodeDecodeVideoFromBuffer()867 inputSurface.setPresentationTime(computePresentationTime(generateIndex) * 1000); in doEncodeDecodeVideoFromSurfaceToSurface()914 assertEquals("Wrong time stamp", computePresentationTime(checkIndex), in doEncodeDecodeVideoFromSurfaceToSurface()1287 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
742 long ptsUsec = computePresentationTime(frameCount); in queueInputBufferEncoder()887 long ptsUsec = computePresentationTime(frameCount); in queueInputImageEncoder()1257 private long computePresentationTime(int frameIndex) { in computePresentationTime() method in VideoEncoderDecoderTest