HomeSort by relevance Sort by last modified time
    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