Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.h54 bool operator()(uint32_t timestamp1, uint32_t timestamp2) const { in operator()
55 return IsNewerTimestamp(timestamp2, timestamp1); in operator()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer_unittest.cc237 uint32_t timestamp2 = 0; in TEST() local
238 DtmfEvent event2(timestamp2, event_no, volume, duration, end_bit); in TEST()
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h763 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
764 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTimestampTest.java644 Timestamp timestamp2 = new Timestamp(date2.getTime());
645 assertEquals(0, timestamp2.compareTo(date2));