Home
last modified time | relevance | path

Searched refs:resampled_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/vad/
Dvoice_activity_detector.cc47 resampler_.Push(audio, length, resampled_, kLength10Ms, length); in ProcessChunk()
48 resampled_ptr = resampled_; in ProcessChunk()
Dvoice_activity_detector.h66 int16_t resampled_[kLength10Ms]; variable