|
| ApmDataDumper (int instance_index) |
|
| ~ApmDataDumper () |
|
void | InitiateNewSetOfRecordings () |
|
void | DumpRaw (const char *name, double v) |
|
void | DumpRaw (const char *name, size_t v_length, const double *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const double > v) |
|
void | DumpRaw (const char *name, float v) |
|
void | DumpRaw (const char *name, size_t v_length, const float *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const float > v) |
|
void | DumpRaw (const char *name, bool v) |
|
void | DumpRaw (const char *name, size_t v_length, const bool *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const bool > v) |
|
void | DumpRaw (const char *name, int16_t v) |
|
void | DumpRaw (const char *name, size_t v_length, const int16_t *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const int16_t > v) |
|
void | DumpRaw (const char *name, int32_t v) |
|
void | DumpRaw (const char *name, size_t v_length, const int32_t *v) |
|
void | DumpRaw (const char *name, size_t v) |
|
void | DumpRaw (const char *name, size_t v_length, const size_t *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const int32_t > v) |
|
void | DumpWav (const char *name, size_t v_length, const float *v, int sample_rate_hz, int num_channels) |
|
void | DumpWav (const char *name, rtc::ArrayView< const float > v, int sample_rate_hz, int num_channels) |
|
| ApmDataDumper (int instance_index) |
|
| ~ApmDataDumper () |
|
void | InitiateNewSetOfRecordings () |
|
void | DumpRaw (const char *name, double v) |
|
void | DumpRaw (const char *name, size_t v_length, const double *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const double > v) |
|
void | DumpRaw (const char *name, float v) |
|
void | DumpRaw (const char *name, size_t v_length, const float *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const float > v) |
|
void | DumpRaw (const char *name, bool v) |
|
void | DumpRaw (const char *name, size_t v_length, const bool *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const bool > v) |
|
void | DumpRaw (const char *name, int16_t v) |
|
void | DumpRaw (const char *name, size_t v_length, const int16_t *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const int16_t > v) |
|
void | DumpRaw (const char *name, int32_t v) |
|
void | DumpRaw (const char *name, size_t v_length, const int32_t *v) |
|
void | DumpRaw (const char *name, size_t v) |
|
void | DumpRaw (const char *name, size_t v_length, const size_t *v) |
|
void | DumpRaw (const char *name, rtc::ArrayView< const int32_t > v) |
|
void | DumpWav (const char *name, size_t v_length, const float *v, int sample_rate_hz, int num_channels) |
|
void | DumpWav (const char *name, rtc::ArrayView< const float > v, int sample_rate_hz, int num_channels) |
|