HomeSort by relevance Sort by last modified time
    Searched refs:output_channels (Results 1 - 4 of 4) sorted by null

  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.h 63 virtual int set_num_channels(int input_channels, int output_channels);
audio_processing_impl.cc 227 int output_channels) {
229 if (output_channels > input_channels) {
238 if (output_channels > 2 || output_channels < 1) {
243 num_output_channels_ = output_channels;
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 136 // will be returned with number of channels given by |output_channels|.
137 virtual int set_num_channels(int input_channels, int output_channels) = 0;
  /external/flac/libFLAC/
stream_decoder.c 177 unsigned output_capacity, output_channels; member in struct:FLAC__StreamDecoderPrivate
327 decoder->private_->output_channels = 0;
707 decoder->private_->output_channels = 0;
    [all...]

Completed in 1409 milliseconds