Searched refs:HW_FRAMES_PER_BURST (Results 1 – 1 of 1) sorted by relevance
32 #define HW_FRAMES_PER_BURST 48 macro34 #define NANOS_PER_BURST ((double) NANOS_PER_SECOND * HW_FRAMES_PER_BURST / SAMPLE_RATE)43 model.setFramesPerBurst(HW_FRAMES_PER_BURST); in SetUp()69 const int64_t startPositionFrames = HW_FRAMES_PER_BURST; // hardware in checkDriftingClock()88 const int64_t numBursts = currentTimeFrames / HW_FRAMES_PER_BURST; in checkDriftingClock()90 + (numBursts * HW_FRAMES_PER_BURST); in checkDriftingClock()111 ASSERT_LE(hardwarePosition - HW_FRAMES_PER_BURST, modelPosition); in checkDriftingClock()112 ASSERT_GE(hardwarePosition + HW_FRAMES_PER_BURST, modelPosition); in checkDriftingClock()117 ASSERT_GE(hardwarePosition + (2 * HW_FRAMES_PER_BURST), modelPosition); in checkDriftingClock()129 ASSERT_EQ(HW_FRAMES_PER_BURST, model.getFramesPerBurst()); in TEST_F()[all …]