Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket_buffer_unittest.cc535 uint32_t other_timestamp = limit_timestamp + (1 << 31); in TestIsObsoleteTimestamp() local
536 uint32_t lowest_timestamp = std::min(limit_timestamp, other_timestamp); in TestIsObsoleteTimestamp()
537 uint32_t highest_timestamp = std::max(limit_timestamp, other_timestamp); in TestIsObsoleteTimestamp()