Searched defs:PostDecodeVad (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.cc15 PostDecodeVad::~PostDecodeVad() {
20 void PostDecodeVad::Enable() {
33 void PostDecodeVad::Disable() {
38 void PostDecodeVad::Init() {
47 void PostDecodeVad::Update(int16_t* signal, int length,
H A Dpost_decode_vad.h26 class PostDecodeVad { class in namespace:webrtc
28 PostDecodeVad() function in class:webrtc::PostDecodeVad
36 virtual ~PostDecodeVad();
68 DISALLOW_COPY_AND_ASSIGN(PostDecodeVad);

Completed in 154 milliseconds