Lines Matching refs:tv3
78 constexpr android::TimestampVerifier<int64_t, int64_t> tv3 = in TEST() local
80 EXPECT_EQ(8, tv3.getN()); in TEST()
81 EXPECT_EQ(10, tv3.getErrors()); in TEST()
82 EXPECT_EQ(1, tv3.getDiscontinuities()); // consecutive discontinuities read as 1. in TEST()
83 EXPECT_EQ(0., tv3.getJitterMs().getMax()); in TEST()
84 EXPECT_EQ(0., tv3.getJitterMs().getMin()); in TEST()
85 EXPECT_EQ(0., tv3.getJitterMs().getMean()); in TEST()
87 constexpr auto first = tv3.getFirstTimestamp(); in TEST()
88 constexpr auto last = tv3.getLastTimestamp(); in TEST()
94 EXPECT_EQ((uint32_t)48000, tv3.getSampleRate()); in TEST()
95 EXPECT_EQ(0, tv3.getColds()); in TEST()
97 tv3.estimateSampleRate(a, b, r2); in TEST()