HomeSort by relevance Sort by last modified time
    Searched refs:timestamp2 (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.h 57 const uint32_t& timestamp2) const {
58 return IsNewerTimestamp(timestamp2, timestamp1);
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 914 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) {
915 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2;
  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 191 uint32_t timestamp2 = 4; local
222 frame2.set_timestamp(timestamp2);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_buffer_unittest.cc 243 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/
TimestampTest.java 655 Timestamp timestamp2 = new Timestamp(date2.getTime());
656 assertEquals(0, timestamp2.compareTo(date2));
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3_unittest.cc 429 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/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 345 milliseconds