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

  /external/webrtc/webrtc/common_audio/resampler/
push_resampler.cc 22 PushResampler<T>::PushResampler()
29 PushResampler<T>::~PushResampler() {
33 int PushResampler<T>::InitializeIfNeeded(int src_sample_rate_hz,
69 int PushResampler<T>::Resample(const T* src, size_t src_length, T* dst,
105 template class PushResampler<int16_t>;
106 template class PushResampler<float>;
  /external/webrtc/webrtc/common_audio/resampler/include/
push_resampler.h 24 class PushResampler {
26 PushResampler();
27 virtual ~PushResampler();

Completed in 69 milliseconds