Searched refs:expectedPresentationTimes (Results 1 – 2 of 2) sorted by relevance
239 List<Long> expectedPresentationTimes = new ArrayList<>(); in testNonTunneledTrickPlay() local266 expectedPresentationTimes.add(presentationTime); in testNonTunneledTrickPlay()314 Collections.sort(expectedPresentationTimes); in testNonTunneledTrickPlay()315 assertEquals(expectedPresentationTimes, receivedPresentationTimes); in testNonTunneledTrickPlay()358 List<Long> expectedPresentationTimes = new ArrayList<>(); in testTunneledTrickPlay() local380 expectedPresentationTimes.add(presentationTime); in testTunneledTrickPlay()444 Collections.sort(expectedPresentationTimes); in testTunneledTrickPlay()446 assertEquals(expectedPresentationTimes, renderedPresentationTimes); in testTunneledTrickPlay()503 List<Long> expectedPresentationTimes = new ArrayList<>(); in testTunneledPerfectSeek() local521 expectedPresentationTimes.add(presentationTime); in testTunneledPerfectSeek()[all …]
571 std::vector<u_long> expectedPresentationTimes; in testNonTunneledTrickPlay() local607 expectedPresentationTimes.push_back(presentationTime); in testNonTunneledTrickPlay()639 std::sort(expectedPresentationTimes.begin(), expectedPresentationTimes.end()); in testNonTunneledTrickPlay()640 return arePtsListsIdentical(expectedPresentationTimes, receivedPresentationTimes); in testNonTunneledTrickPlay()