OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pull_once
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc
778
bool
pull_once
= pull_audio_during_freeze;
local
779
// If |
pull_once
| is true, GetAudio will be called once half-way through
783
if (
pull_once
&& next_input_time_ms >= pull_time_ms) {
784
pull_once
= false;
[
all
...]
Completed in 63 milliseconds