HomeSort by relevance Sort by last modified time
    Searched refs:Delay (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 85 void Delay(int delay_ns) {
88 struct timespec delay = { 0, delay_ns }; local
89 nanosleep(&delay, 0);
99 Delay(kTimerResetInterval);
207 Delay(kTimerResetInterval);
260 Delay(kSleepInterval);
306 Delay(kSleepInterval);
322 Delay(kSleepInterval);
355 Delay(kSleepInterval);
365 Delay(kTimerResetInterval)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc 85 void Delay(int delay_ns) {
88 struct timespec delay = { 0, delay_ns }; local
89 nanosleep(&delay, 0);
99 Delay(kTimerResetInterval);
207 Delay(kTimerResetInterval);
260 Delay(kSleepInterval);
306 Delay(kSleepInterval);
322 Delay(kSleepInterval);
355 Delay(kSleepInterval);
365 Delay(kTimerResetInterval)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_ReverbGenerator.c 37 /* Initialises the reverb module. The delay buffer size is configured for the */
41 /* control parameters has changed. In this case the delay and filters are only */
55 /* 1. In the delay settings 'Samples' is the number of samples to the end of the */
65 LVM_UINT16 Delay;
75 * Initialise the delay and filters if:
83 * Setup the delay
85 Delay = (LVM_UINT16)LVCS_StereoDelayCS[(LVM_UINT16)pParams->SampleRate];
88 pConfig->DelaySize = (LVM_INT16)(2 * Delay);
155 /* -->| LPF |-->| Delay |-->| to | ____ | to |-->| Gain |-->| + |--> */
162 /* The input buffer is broken in to sub-blocks of the size of the delay or less. *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
SDL_MPWtimer.c 82 Delay(ms/MS_PER_TICK, &unused);
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start_test.cc 81 TEST_F(HybridSlowStartTest, Delay) {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_sync_module.cc 105 const int current_video_delay_ms = vcm_->Delay();
154 // Calculate the necessary extra audio delay and desired total video
155 // delay to get the streams in sync.
165 LOG(LS_ERROR) << "Error setting voice delay.";
174 LOG(LS_ERROR) << "voe_sync_interface_ NULL, can't set playout delay.";
178 // Setting initial playout delay to voice engine (video engine is updated via
  /external/libnfc-nxp/src/
phFriNfc_OvrHalCmd.h 77 uint32_t Delay;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddkbd.h 97 USHORT Delay;
ipxrtdef.h 176 ULONG Delay;
tdi.h 218 LARGE_INTEGER Delay;
winsvc.h 119 DWORD Delay;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
insert_packet_with_timing.cc 41 // Delay logging
42 DEFINE_string(delay, "", "Log for delay.");
45 DEFINE_int32(init_delay, 0, "Initial delay.");
220 // Jitter buffer delay.
221 void Delay(int* optimal_delay, int* current_delay) {
293 std::cout << "Cannot open the file to log delay values." << std::endl;
305 test.Delay(&optimal_delay_ms, &current_delay_ms);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotJitterEstimate.m 20 plot(x, framedata(x, 2)); title('Delay');
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 314 // inside the jitter buffer are flushed and the delay is reset.
473 // Minimum playout delay (Used for lip-sync). This is the minimum delay required
474 // to sync with audio. Not included in VideoCodingModule::Delay()
478 // - minPlayoutDelayMs : Additional delay in ms.
493 // The total delay desired by the VCM. Can be less than the minimum
494 // delay set with SetMinimumPlayoutDelay.
496 // Return value : Total delay in ms, on success.
498 virtual int32_t Delay() const = 0;
584 // Setting a desired delay to the VCM receiver. Video rendering will b
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_coding_impl.cc 317 virtual int32_t Delay() const OVERRIDE { return receiver_->Delay(); }
video_coding_impl.h 166 int32_t Delay() const;
video_receiver.cc 212 // add any extra delay.
215 // compensate with extra delay.
253 // and don't add extra delay when RTT is above
409 // If this frame was too late, we should adjust the delay accordingly
666 // Minimum playout delay (used for lip-sync). This is the minimum delay required
667 // to sync with audio. Not included in VideoCodingModule::Delay()
674 // The estimated delay caused by rendering, defaults to
681 // Current video delay
682 int32_t VideoReceiver::Delay() const { return _timing.TargetVideoDelay();
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/regress/
regress-cr372788.js 42 // Delay check until all handlers have run.
  /external/chromium_org/chrome/browser/resources/net_export/
net_export.js 22 * Delay in milliseconds between updates of certain browser information.
  /external/ppp/pppd/plugins/radius/etc/
dictionary 76 ATTRIBUTE Acct-Delay-Time 41 integer
  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js 57 { label: 'body.onload Delay',
88 label: 'Post Append Delay',
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
storport.h 212 IN ULONG Delay);
  /external/chromium_org/chrome/browser/resources/hotword_helper/
audio_client.js 105 * Delay to wait in milliseconds before rechecking for any transient errors.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 48 * Delay in milliseconds between start of OOBE animation and start of
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
commands.js 116 * @param {number=} opt_delay Delay in ms (to avoid disrupting the animation).
192 var delay = command.revertView(
194 self.commit_(delay);
351 var delay;
353 delay = uiContext.imageView.replaceAndAnimate(result, null, this.rotate90_);
355 setTimeout(callback, 0, result, delay);
384 var delay;
386 delay = uiContext.imageView.replaceAndAnimate(result, this.imageRect_, 0);
388 setTimeout(callback, 0, result, delay);

Completed in 1276 milliseconds

1 2