Home | History | Annotate | Download | only in cts

Lines Matching defs:ts2

1351         MediaTimestamp ts2 = mMediaPlayer.getTimestamp();
1352 assertTrue("Media player should return a valid time stamp", ts2 != null);
1354 ts1.getMediaClockRate() == ts2.getMediaClockRate());
1357 ts2.getAnchorMediaTimeUs(), toleranceUs);