HomeSort by relevance Sort by last modified time
    Searched refs:ApplyOptions (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 197 bool ApplyOptions(const AudioOptions& options);
webrtcvoiceengine.cc 611 // ApplyOptions applies all of them when we clear overrides.
623 if (!ApplyOptions(options)) {
632 if (!ApplyOptions(overrides)) {
642 // Only call ApplyOptions if |options_overrides_| contains overrided options.
643 // ApplyOptions affects NS, AGC other options that is shared between
649 if (!ApplyOptions(options)) {
658 bool WebRtcVoiceEngine::ApplyOptions(const AudioOptions& options_in) {
    [all...]

Completed in 236 milliseconds