Searched defs:timestamp1 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer_unittest.cc241 uint32_t timestamp1 = 0xFFFFFFFF - duration; local
242 DtmfEvent event1(timestamp1, event_no, volume, duration, end_bit);
250 EXPECT_TRUE(buffer.GetEvent(timestamp1, &out_event));
263 EXPECT_TRUE(buffer.GetEvent(timestamp1, &out_event));
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3_unittest.cc428 int timestamp1 = index.CalculateTimestamp(cache.start_time()); local
431 EXPECT_EQ(timestamp1, timestamp2);
435 EXPECT_EQ(timestamp1 + 1, timestamp3);
439 EXPECT_EQ(timestamp1 + 1, timestamp4);
443 EXPECT_EQ(timestamp1 + 2, timestamp5);
447 EXPECT_EQ(timestamp1 - 1, timestamp6);
/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame_unittest.cc180 uint32_t timestamp1 = 1; local
205 frame1.set_timestamp(timestamp1);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.h56 bool operator() (const uint32_t& timestamp1, argument
58 return IsNewerTimestamp(timestamp2, timestamp1);
/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/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 186 milliseconds