HomeSort by relevance Sort by last modified time
    Searched defs:Agc (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/agc/
agc.cc 11 #include "webrtc/modules/audio_processing/agc/agc.h"
20 #include "webrtc/modules/audio_processing/agc/histogram.h"
21 #include "webrtc/modules/audio_processing/agc/utility.h"
33 Agc::Agc()
40 Agc::~Agc() {}
42 float Agc::AnalyzePreproc(const int16_t* audio, size_t length) {
52 int Agc::Process(const int16_t* audio, size_t length, int sample_rate_hz)
    [all...]
agc.h 23 class Agc {
25 Agc();
26 virtual ~Agc();

Completed in 919 milliseconds