HomeSort by relevance Sort by last modified time
    Searched defs:Delay (Results 1 - 11 of 11) sorted by null

  /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/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/source/
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/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...]
  /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;
winsvc.h 119 DWORD Delay;
tdi.h 218 LARGE_INTEGER Delay;
ksmedia.h     [all...]
  /external/libnfc-nxp/src/
phFriNfc_OvrHalCmd.h 77 uint32_t Delay;

Completed in 2893 milliseconds