Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc860 size_t num_output_samples_per_channel = output_size_samples_; in GetAudioInternal() local
866 num_output_samples_per_channel = max_length / sync_buffer_->Channels(); in GetAudioInternal()
869 sync_buffer_->GetNextAudioInterleaved(num_output_samples_per_channel, in GetAudioInternal()