Home
last modified time | relevance | path

Searched refs:getLastCorrectedTimestamp (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/media/audio_utils/tests/
H A Dtimestampverifier_tests.cpp118 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()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DTimestampVerifier.h255 constexpr FrameTime getLastCorrectedTimestamp() const { return mLastCorrectedTimestamp; } in getLastCorrectedTimestamp() function
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp4297 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in collectTimestamps_l()
7829 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in threadLoop()