Searched refs:mFrames (Results 1 – 2 of 2) sorted by relevance
75 if (mLastTimestamp.mFrames in add()77 && frames >= mLastTimestamp.mFrames) { in add()111 {(double)mFirstTimestamp.mTimeNs * 1e-9, (double)mFirstTimestamp.mFrames}); in add()131 correctedTimestamp.mFrames = std::max( in add()132 newFrames, mLastCorrectedTimestamp.mFrames); in add()238 using FrameTime = struct { F mFrames; T mTimeNs; }; // a "constexpr" pair member295 left.mFrames - right.mFrames, left.mTimeNs - right.mTimeNs); in sub()
90 EXPECT_EQ(0, first.mFrames); in TEST()92 EXPECT_EQ(48000 * (8 - 1), last.mFrames); in TEST()