OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PostDecodeVad
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.cc
15
PostDecodeVad
::~
PostDecodeVad
() {
20
void
PostDecodeVad
::Enable() {
34
void
PostDecodeVad
::Disable() {
39
void
PostDecodeVad
::Init() {
48
void
PostDecodeVad
::Update(int16_t* signal, size_t length,
post_decode_vad.h
26
class
PostDecodeVad
{
28
PostDecodeVad
()
36
virtual ~
PostDecodeVad
();
68
RTC_DISALLOW_COPY_AND_ASSIGN(
PostDecodeVad
);
Completed in 59 milliseconds