Searched refs:timestamp2 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.h57 const uint32_t& timestamp2) const {
58 return IsNewerTimestamp(timestamp2, timestamp1);
/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame_unittest.cc191 uint32_t timestamp2 = 4; local
222 frame2.set_timestamp(timestamp2);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer_unittest.cc243 uint32_t timestamp2 = 0; local
244 DtmfEvent event2(timestamp2, event_no, volume, duration, end_bit);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTimestampTest.java655 Timestamp timestamp2 = new Timestamp(date2.getTime());
656 assertEquals(0, timestamp2.compareTo(date2));
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h906 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { argument
907 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2;
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3_unittest.cc429 int timestamp2 = index.CalculateTimestamp(cache.start_time() + local
431 EXPECT_EQ(timestamp1, timestamp2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 593 milliseconds