Home
last modified time | relevance | path

Searched refs:voice_activity_detection (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dpeerconnectioninterface.h215 bool voice_activity_detection; member
222 voice_activity_detection(true), in RTCOfferAnswerOptions()
228 bool voice_activity_detection, in RTCOfferAnswerOptions()
233 voice_activity_detection(voice_activity_detection), in RTCOfferAnswerOptions()
Dpeerconnection.cc540 options.voice_activity_detection = value; in CreateOffer()
Dmediastreamsignaling.cc441 session_options->vad_enabled = rtc_options.voice_activity_detection; in GetOptionsForOffer()
Dwebrtcsession_unittest.cc2205 options.voice_activity_detection = false; in TEST_F()