Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h284 bool voice_activity_detection; member
291 voice_activity_detection(true), in RTCOfferAnswerOptions()
297 bool voice_activity_detection, in RTCOfferAnswerOptions()
302 voice_activity_detection(voice_activity_detection), in RTCOfferAnswerOptions()
Dpeerconnection.cc463 session_options->vad_enabled = rtc_options.voice_activity_detection; in ConvertRtcOptionsForOffer()
889 options.voice_activity_detection = value; in CreateOffer()
Dwebrtcsession_unittest.cc2621 options.voice_activity_detection = false; in TEST_F()