#include <vad_circular_buffer.h>
◆ ~VadCircularBuffer() [1/2]
webrtc::VadCircularBuffer::~VadCircularBuffer |
( |
| ) |
|
◆ ~VadCircularBuffer() [2/2]
webrtc::VadCircularBuffer::~VadCircularBuffer |
( |
| ) |
|
◆ Create() [1/2]
◆ Create() [2/2]
◆ Insert() [1/2]
void webrtc::VadCircularBuffer::Insert |
( |
double |
value | ) |
|
◆ Insert() [2/2]
void webrtc::VadCircularBuffer::Insert |
( |
double |
value | ) |
|
◆ is_full() [1/2]
bool webrtc::VadCircularBuffer::is_full |
( |
| ) |
const |
|
inline |
◆ is_full() [2/2]
bool webrtc::VadCircularBuffer::is_full |
( |
| ) |
const |
|
inline |
◆ Mean() [1/2]
double webrtc::VadCircularBuffer::Mean |
( |
| ) |
|
◆ Mean() [2/2]
double webrtc::VadCircularBuffer::Mean |
( |
| ) |
|
◆ Oldest() [1/2]
double webrtc::VadCircularBuffer::Oldest |
( |
| ) |
const |
◆ Oldest() [2/2]
double webrtc::VadCircularBuffer::Oldest |
( |
| ) |
const |
◆ RemoveTransient() [1/2]
int webrtc::VadCircularBuffer::RemoveTransient |
( |
int |
width_threshold, |
|
|
double |
val_threshold |
|
) |
| |
◆ RemoveTransient() [2/2]
int webrtc::VadCircularBuffer::RemoveTransient |
( |
int |
width_threshold, |
|
|
double |
val_threshold |
|
) |
| |
◆ Reset() [1/2]
void webrtc::VadCircularBuffer::Reset |
( |
| ) |
|
◆ Reset() [2/2]
void webrtc::VadCircularBuffer::Reset |
( |
| ) |
|
The documentation for this class was generated from the following files: