Home
last modified time | relevance | path

Searched defs:timestamp2 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer_unittest.cc237 uint32_t timestamp2 = 0; in TEST() local
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h763 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp()