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.cpp69 const int64_t startPositionFrames = HW_FRAMES_PER_BURST; // hardware in checkDriftingClock() local
75 model.processTimestamp(startPositionFrames, markerTime); in checkDriftingClock()
76 ASSERT_EQ(startPositionFrames, model.convertTimeToPosition(markerTime)); in checkDriftingClock()
86 const int64_t currentTimeFrames = startPositionFrames + in checkDriftingClock()
89 const int64_t hardwarePosition = startPositionFrames in checkDriftingClock()