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

1 2

  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator_tests.cc 52 int64_t Delay() { return ((counter_ % 11) - 5) * amplitude_; }
54 uint32_t FrameSize() { return 1000 + Delay(); }
63 // 5 fps, disable jitter delay altogether.
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())
    [all...]
video_coding_impl.cc 246 int32_t Delay() const override { return receiver_.Delay(); }
video_coding_impl.h 161 int32_t Delay() const;
video_receiver.cc 287 // If this frame was too late, we should adjust the delay accordingly
460 // Minimum playout delay (used for lip-sync). This is the minimum delay required
461 // to sync with audio. Not included in VideoCodingModule::Delay()
468 // The estimated delay caused by rendering, defaults to
475 // Current video delay
476 int32_t VideoReceiver::Delay() const {
502 // extra delay when RTT is above kLowRttNackMs.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-branch-delay-1.d 3 #name: 24K: Delay slot filling
mipsr6@24k-branch-delay-1.d 3 #source: 24k-branch-delay-1.s
4 #name: 24K: Delay slot filling
micromips@24k-branch-delay-1.d 3 #name: 24K: Delay slot filling (microMIPS)
4 #source: 24k-branch-delay-1.s
  /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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
branch.s 39 # Delay slots
44 # Condition tests and delay slots
  /external/libnfc-nxp/src/
phFriNfc_OvrHalCmd.h 77 uint32_t Delay;
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 426 // Minimum playout delay (Used for lip-sync). This is the minimum delay
428 // to sync with audio. Not included in VideoCodingModule::Delay()
432 // - minPlayoutDelayMs : Additional delay in ms.
448 // The total delay desired by the VCM. Can be less than the minimum
449 // delay set with SetMinimumPlayoutDelay.
451 // Return value : Total delay in ms, on success.
453 virtual int32_t Delay() const = 0;
496 // Setting a desired delay to the VCM receiver. Video rendering will be
  /external/webrtc/webrtc/video/
vie_sync_module.cc 108 const int current_video_delay_ms = vcm_->Delay();
157 // Calculate the necessary extra audio delay and desired total video
158 // delay to get the streams in sync.
168 LOG(LS_ERROR) << "Error setting voice 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/webrtc/webrtc/modules/audio_coding/test/
insert_packet_with_timing.cc 41 // Delay logging
42 DEFINE_string(delay, "", "Log for delay.");
212 // Jitter buffer delay.
213 void Delay(int* optimal_delay, int* current_delay) {
285 std::cout << "Cannot open the file to log delay values." << std::endl;
297 test.Delay(&optimal_delay_ms, &current_delay_ms);
  /external/webrtc/webrtc/modules/video_coding/test/
plotJitterEstimate.m 20 plot(x, framedata(x, 2)); title('Delay');
  /external/v8/test/mjsunit/es6/regress/
regress-cr372788.js 42 // Delay check until all handlers have run.
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 575 // Randomly delay the current thread.
578 // Prepare for a call to Delay() by getting random data. This call might grab
585 // Randomly delay the current thread based on a previous call to SeedRandom().
586 void Delay() {
607 break; // Do nothing, no delay.
631 // Delay random amount before calling the API that conflicts with
633 r.Delay();
757 // Delay random amount before calling the API that conflicts with
759 r.Delay();
  /external/ppp/pppd/plugins/radius/etc/
dictionary 76 ATTRIBUTE Acct-Delay-Time 41 integer
  /prebuilts/go/darwin-x86/src/
make.bat 84 :: Delay move of dist tool to now, because bootstrap cleared tool directory.
  /prebuilts/go/linux-x86/src/
make.bat 84 :: Delay move of dist tool to now, because bootstrap cleared tool directory.
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 328 class Delay(pipeline.Pipeline):
336 How long this delay waited.
343 raise TypeError('Delay takes one keyword parameter, "seconds".')
349 name='ae-pipeline-delay-' + self.pipeline_id)
356 logging.debug('Delay pipeline pretending to sleep %0.2f seconds', seconds)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
storport.h 212 IN ULONG Delay);

Completed in 742 milliseconds

1 2