Home
last modified time | relevance | path

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

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