Searched refs:getLastCorrectedTimestamp (Results 1 – 3 of 3) sorted by relevance
118 EXPECT_EQ(0., tv.getLastCorrectedTimestamp().mFrames); in TEST()119 EXPECT_EQ(3000000000., tv.getLastCorrectedTimestamp().mTimeNs); in TEST()125 EXPECT_EQ(0., tv.getLastCorrectedTimestamp().mFrames); in TEST()126 EXPECT_EQ(3100000000., tv.getLastCorrectedTimestamp().mTimeNs); in TEST()135 EXPECT_NE(0, tv.getLastCorrectedTimestamp().mFrames); in TEST()136 EXPECT_NE(96000*1.1, tv.getLastCorrectedTimestamp().mFrames); in TEST()137 EXPECT_EQ(5100000000*0.9, tv.getLastCorrectedTimestamp().mTimeNs); in TEST()
255 constexpr FrameTime getLastCorrectedTimestamp() const { return mLastCorrectedTimestamp; } in getLastCorrectedTimestamp() function
4297 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in collectTimestamps_l()7829 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in threadLoop()