Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dpush_resampler.cc88 size_t dst_length_mono = in Resample() local
96 Interleave(deinterleaved, dst_length_mono, num_channels_, dst); in Resample()
97 return static_cast<int>(dst_length_mono * num_channels_); in Resample()