HomeSort by relevance Sort by last modified time
    Searched refs:timestamp_2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/
audio_timestamp_helper_unittest.cc 83 base::TimeDelta timestamp_2 = helper_.GetTimestamp(); local
84 EXPECT_TRUE(timestamp_1 == timestamp_2);
  /external/chromium_org/media/filters/
decrypting_audio_decoder.cc 29 const base::TimeDelta& timestamp_2) {
33 return std::abs(timestamp_1.InMilliseconds() - timestamp_2.InMilliseconds()) >

Completed in 36 milliseconds