Home
last modified time | relevance | path

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

/external/webrtc/common_audio/resampler/
Dpush_resampler.cc131 size_t dst_length_mono = 0; in Resample() local
134 dst_length_mono = resampler.resampler->Resample( in Resample()
143 Interleave(channel_data_array_.data(), dst_length_mono, num_channels_, dst); in Resample()
144 return static_cast<int>(dst_length_mono * num_channels_); in Resample()