Home | History | Annotate | Download | only in cts

Lines Matching defs:ts2

1267         MediaTimestamp ts2 = mPlayer.getTimestamp();
1268 assertTrue("Media player should return a valid time stamp", ts2 != null);
1270 ts1.getMediaClockRate() == ts2.getMediaClockRate());
1273 ts2.getAnchorMediaTimeUs(), toleranceUs);