Searched refs:PostDecodeVad (Results 1 – 7 of 7) sorted by relevance
15 PostDecodeVad::~PostDecodeVad() { in ~PostDecodeVad()20 void PostDecodeVad::Enable() { in Enable()34 void PostDecodeVad::Disable() { in Disable()39 void PostDecodeVad::Init() { in Init()48 void PostDecodeVad::Update(int16_t* signal, in Update()
23 class PostDecodeVad {25 PostDecodeVad() in PostDecodeVad() function32 virtual ~PostDecodeVad();67 RTC_DISALLOW_COPY_AND_ASSIGN(PostDecodeVad);
19 TEST(PostDecodeVad, CreateAndDestroy) { in TEST() argument20 PostDecodeVad vad; in TEST()
25 class PostDecodeVad; variable42 bool Update(const AudioMultiVector& sync_buffer, const PostDecodeVad& vad);
52 class PostDecodeVad; variable347 const std::unique_ptr<PostDecodeVad> vad_ RTC_GUARDED_BY(mutex_);
49 const PostDecodeVad& vad) { in Update()
138 vad_(new PostDecodeVad()), in NetEqImpl()