Home
last modified time | relevance | path

Searched refs:timestamp_now (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/test/py/
Dmultiplexed_log.py427 timestamp_now = self._get_time()
429 delta_section = timestamp_now - timestamp_section_start
536 timestamp_now = self._get_time()
537 delta_prev = timestamp_now - self.timestamp_prev
538 delta_start = timestamp_now - self.timestamp_start
539 self.timestamp_prev = timestamp_now
542 "TIME: NOW: " + timestamp_now.strftime("%Y/%m/%d %H:%M:%S.%f"))
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager_unittest.cc263 uint32_t timestamp_now = rtp_receive_timestamp_ + kTimestampStep10Ms; in TEST_F() local
278 manager_->LatePackets(timestamp_now, &sync_stream); in TEST_F()
281 timestamp_now += kTimestampStep10Ms; in TEST_F()
283 manager_->LatePackets(timestamp_now, &sync_stream); in TEST_F()
294 timestamp_now += kTimestampStep10Ms; in TEST_F()
342 uint32_t timestamp_now = rtp_receive_timestamp_ + kTimestampStep * (3 + in TEST_F() local
345 manager_->LatePackets(timestamp_now, &sync_stream); in TEST_F()
Dinitial_delay_manager.cc163 uint32_t timestamp_now, SyncStream* sync_stream) { in LatePackets() argument
179 int num_late_packets = (timestamp_now - last_receive_timestamp_) / in LatePackets()
Dinitial_delay_manager.h66 void LatePackets(uint32_t timestamp_now, SyncStream* sync_stream);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer_unittest.cc206 uint32_t timestamp_now = timestamp + duration + 100; in TEST() local
207 EXPECT_TRUE(buffer.GetEvent(timestamp_now, &out_event)); in TEST()
216 EXPECT_TRUE(buffer.GetEvent(timestamp_now, &out_event)); in TEST()
222 timestamp_now = timestamp + duration + 600; in TEST()
224 EXPECT_TRUE(buffer.GetEvent(timestamp_now, &out_event)); in TEST()
226 EXPECT_FALSE(buffer.GetEvent(timestamp_now, &out_event)); in TEST()