webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces
system_delay_unittest.cc File Reference
#include "webrtc/modules/audio_processing/aec/aec_core.h"
#include "webrtc/modules/audio_processing/aec/echo_cancellation.h"
#include "webrtc/test/gtest.h"
#include "webrtc/typedefs.h"

Namespaces

 webrtc
 

Variable Documentation

◆ far_

float far_[kSamplesPerChunk]
protected

◆ handle_

void* handle_
protected

◆ near_

float near_[kSamplesPerChunk]
protected

◆ near_ptr_

const float* near_ptr_
protected

◆ out_

float out_[kSamplesPerChunk]
protected

◆ out_ptr_

float* out_ptr_
protected

◆ samples_per_frame_

size_t samples_per_frame_
protected

◆ self_

Aec* self_
protected