Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dsync_buffer.cc91 const size_t samples_read_per_channel = tot_samples_read / Channels(); in GetNextAudioInterleaved() local
92 next_index_ += samples_read_per_channel; in GetNextAudioInterleaved()
94 output->samples_per_channel_ = samples_read_per_channel; in GetNextAudioInterleaved()