Searched refs:FrontTimestampInDays (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/filters/
H A Daudio_clock_unittest.cc27 int FrontTimestampInDays() { return clock_.front_timestamp().InDays(); } function in class:media::AudioClockTest
365 EXPECT_EQ(0, FrontTimestampInDays());
369 EXPECT_EQ(huge.InDays(), FrontTimestampInDays());
373 EXPECT_EQ((huge * 2).InDays(), FrontTimestampInDays());
377 EXPECT_EQ((huge * 3).InDays(), FrontTimestampInDays());
383 EXPECT_EQ((huge * 3).InDays(), FrontTimestampInDays());

Completed in 109 milliseconds