Searched defs:Delay (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_estimator_tests.cc52 int64_t Delay() { return ((counter_ % 11) - 5) * amplitude_; } function in class:webrtc::ValueGenerator
54 uint32_t FrameSize() { return 1000 + Delay(); }
68 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
70 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
85 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
87 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
102 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
104 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
119 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
121 low_rate_estimator_.UpdateEstimate(gen.Delay(), ge
[all...]
H A Dvideo_receiver.cc672 // to sync with audio. Not included in VideoCodingModule::Delay()
687 int32_t VideoReceiver::Delay() const { return _timing.TargetVideoDelay(); } function in class:webrtc::vcm::VideoReceiver
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dinsert_packet_with_timing.cc41 // Delay logging
221 void Delay(int* optimal_delay, int* current_delay) { function in class:webrtc::InsertPacketWithTiming
305 test.Delay(&optimal_delay_ms, &current_delay_ms);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc85 void Delay(int delay_ns) { function in namespace:__anon15573
99 Delay(kTimerResetInterval);
207 Delay(kTimerResetInterval);
260 Delay(kSleepInterval);
306 Delay(kSleepInterval);
322 Delay(kSleepInterval);
355 Delay(kSleepInterval);
365 Delay(kTimerResetInterval);
373 Delay(kTimerResetInterval);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc85 void Delay(int delay_ns) { function in namespace:__anon15616
99 Delay(kTimerResetInterval);
207 Delay(kTimerResetInterval);
260 Delay(kSleepInterval);
306 Delay(kSleepInterval);
322 Delay(kSleepInterval);
355 Delay(kSleepInterval);
365 Delay(kTimerResetInterval);
373 Delay(kTimerResetInterval);
/external/libnfc-nxp/src/
H A DphFriNfc_OvrHalCmd.h77 uint32_t Delay; member in struct:phFriNfc_OvrHalCmdVoid

Completed in 1193 milliseconds