Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer_unittest.cc235 uint32_t timestamp1 = 0xFFFFFFFF - duration; in TEST() local
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DViewManagerImplTest.java974 Timestamp timestamp1 = Timestamp.create(1, 0); in settingStateToDisabledWillClearStats() local
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h763 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp()