Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_buffer.h57 const uint32_t& timestamp2) const { in operator()
58 return IsNewerTimestamp(timestamp2, timestamp1); in operator()
/external/chromium_org/third_party/webrtc/common_video/
Di420_video_frame_unittest.cc191 uint32_t timestamp2 = 4; in TEST() local
222 frame2.set_timestamp(timestamp2); in TEST()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer_unittest.cc243 uint32_t timestamp2 = 0; in TEST() local
244 DtmfEvent event2(timestamp2, event_no, volume, duration, end_bit); in TEST()
/external/chromium_org/third_party/webrtc/modules/interface/
Dmodule_common_types.h906 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp() argument
907 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2; in LatestTimestamp()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTimestampTest.java655 Timestamp timestamp2 = new Timestamp(date2.getTime());
656 assertEquals(0, timestamp2.compareTo(date2));
/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3_unittest.cc429 int timestamp2 = index.CalculateTimestamp(cache.start_time() + in TEST() local
431 EXPECT_EQ(timestamp1, timestamp2); in TEST()