Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/
Daudio_buffer.cc68 num_mixed_channels_(0), in AudioBuffer()
125 assert(channel >= 0 && channel < num_mixed_channels_); in mixed_data()
196 num_mixed_channels_ = 0; in DeinterleaveFrom()
282 num_mixed_channels_ = num_mixed_channels; in CopyAndMix()
Daudio_buffer.h62 int num_mixed_channels_; variable