OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_channels
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/main/source/
audio_processing_impl.h
53
virtual int set_num_channels(int input_channels, int
output_channels
);
audio_processing_impl.cc
219
int
output_channels
) {
221
if (
output_channels
> input_channels) {
230
if (
output_channels
> 2 ||
output_channels
< 1) {
235
num_capture_output_channels_ =
output_channels
;
/external/webrtc/src/modules/audio_processing/main/interface/
audio_processing.h
131
// will be returned with number of channels given by |
output_channels
|.
132
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 144 milliseconds