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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_resampler.cc 22 ACMResampler::ACMResampler() {
25 ACMResampler::~ACMResampler() {
28 int ACMResampler::Resample10Msec(const int16_t* in_audio,
acm_resampler.h 20 class ACMResampler {
22 ACMResampler();
23 ~ACMResampler();

Completed in 99 milliseconds