OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extra_delay
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/test/
fake_network_pipe.cc
58
void IncrementArrivalTime(int64_t
extra_delay
) {
59
arrival_time_+=
extra_delay
;
173
int
extra_delay
= GaussianRandom(config_.queue_delay_ms,
local
176
packet->arrival_time() +
extra_delay
<
178
extra_delay
= delay_link_.back()->arrival_time() -
181
packet->IncrementArrivalTime(
extra_delay
);
/external/webrtc/talk/app/webrtc/
dtmfsender_unittest.cc
162
// Init
extra_delay
as -inter_tone_gap - duration to ensure the first
164
int
extra_delay
= -1 * (inter_tone_gap + duration);
local
172
extra_delay
= 2000; // 2 seconds
175
duration + inter_tone_gap +
extra_delay
));
176
extra_delay
= 0;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java
60
public static final String
EXTRA_DELAY
= "com.android.documentsui.DELAY";
174
int delay = intent.getIntExtra(
EXTRA_DELAY
, DEFAULT_DELAY);
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc
297
int
extra_delay
= IndexToMilliseconds(static_cast<double>(index_of_max));
variable
299
PRINTD("[%d]",
extra_delay
);
303
// at sample N where N > 0. The term |
extra_delay
| accounts for N and it
305
latencies_.push_back(now_time - pulse_time_ +
extra_delay
);
[
all
...]
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc
305
int
extra_delay
= IndexToMilliseconds(static_cast<double> (index_of_max));
variable
307
PRINTD("[%d]",
extra_delay
);
311
// at sample N where N > 0. The term |
extra_delay
| accounts for N and it
313
latencies_.push_back(now_time - pulse_time_ +
extra_delay
);
[
all
...]
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
frame.h
263
*
extra_delay
= repeat_pict / (2*fps)
Completed in 331 milliseconds