OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Delay
(Results
1 - 12
of
12
) 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/video_coding/main/source/
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_receiver.cc
212
// add any extra
delay
.
215
// compensate with extra
delay
.
253
// and don't add extra
delay
when RTT is above
414
// If this frame was too late, we should adjust the
delay
accordingly
671
// Minimum playout
delay
(used for lip-sync). This is the minimum
delay
required
672
// to sync with audio. Not included in VideoCodingModule::
Delay
()
679
// The estimated
delay
caused by rendering, defaults to
686
// Current video
delay
687
int32_t VideoReceiver::
Delay
() const { return _timing.TargetVideoDelay();
[
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, ¤t_delay_ms);
/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 509 milliseconds