Home
last modified time | relevance | path

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

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