Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_clock_model.cpp58 const int64_t startPositionFrames = HW_FRAMES_PER_BURST; // hardware in checkDriftingClock() local
64 model.processTimestamp(startPositionFrames, markerTime); in checkDriftingClock()
65 ASSERT_EQ(startPositionFrames, model.convertTimeToPosition(markerTime)); in checkDriftingClock()
75 const int64_t currentTimeFrames = startPositionFrames + in checkDriftingClock()
78 const int64_t alignedPosition = startPositionFrames + (numBursts * HW_FRAMES_PER_BURST); in checkDriftingClock()