Home
last modified time | relevance | path

Searched defs:num_channels (Results 1 – 25 of 161) sorted by relevance

1234567

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.h21 explicit AudioDecoderPcmU(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmU()
42 explicit AudioDecoderPcmA(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmA()
/external/webrtc/webrtc/common_audio/include/
Daudio_util.h74 int num_channels, in CopyAudioIfNeeded()
90 size_t num_channels, in Deinterleave()
108 size_t num_channels, in Interleave()
126 int num_channels, in UpmixMonoToInterleaved()
139 int num_channels, in DownmixToMono()
155 int num_channels, in DownmixInterleavedToMonoImpl()
/external/webrtc/webrtc/common_audio/
Dblocker.cc25 size_t num_channels, in AddFrames()
40 size_t num_channels, in CopyFrames()
54 size_t num_channels, in MoveFrames()
67 size_t num_channels) { in ZeroOut()
78 size_t num_channels, in ApplyWindow()
Dwav_file.h54 size_t num_channels() const override { return num_channels_; } in num_channels() function
82 size_t num_channels() const override { return num_channels_; } in num_channels() function
Dwav_header.cc62 bool CheckWavParameters(size_t num_channels, in CheckWavParameters()
138 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, in ByteRate()
143 static inline uint16_t BlockAlign(size_t num_channels, in BlockAlign()
149 size_t num_channels, in WriteWavHeader()
184 size_t* num_channels, in ReadWavHeader()
Dchannel_buffer.h45 : data_(new T[num_frames * num_channels]()), in data_()
118 size_t num_channels() const { return num_channels_; } in num_channels() function
154 size_t num_channels() const { return ibuf_.num_channels(); } in num_channels() function
Daudio_ring_buffer_unittest.cc27 const size_t num_channels = input.num_channels(); in ReadAndWriteTest() local
64 const size_t num_channels = ::testing::get<3>(GetParam()); in TEST_P() local
Dwav_header_unittest.cc94 size_t num_channels = 0; in TEST() local
271 size_t num_channels = 0; in TEST() local
307 size_t num_channels = 0; in TEST() local
/external/autotest/server/brillo/
Daudio_utils.py67 def check_wav_file(filename, num_channels=None, sample_rate=None, argument
106 def generate_sine_file(host, num_channels, sample_rate, sample_width, argument
174 def _compare_frames(reference_file_frames, rec_file_frames, num_channels, argument
/external/webrtc/webrtc/common_audio/resampler/
Dresampler.cc42 Resampler::Resampler(int inFreq, int outFreq, size_t num_channels) in Resampler()
79 int Resampler::ResetIfNeeded(int inFreq, int outFreq, size_t num_channels) in ResetIfNeeded()
94 int Resampler::Reset(int inFreq, int outFreq, size_t num_channels) in Reset()
/external/libxaac/decoder/drc_src/
Dimpd_drc_peak_limiter.c37 FLOAT32 limit_threshold, UWORD32 num_channels, in impd_peak_limiter_init()
87 UWORD32 num_channels = peak_limiter->num_channels; in impd_limiter_process() local
/external/autotest/server/site_tests/brillo_RecordingAudioTest/
Dbrillo_RecordingAudioTest.py41 sample_rate, num_channels, rec_file): argument
77 sample_rate, num_channels, duration_secs): argument
/external/aac/libAACdec/src/
DFDK_delay.h114 UCHAR num_channels; /*!< Number of channels to delay. */ member
DFDK_delay.cpp110 const UCHAR num_channels) { in FDK_Delay_Create()
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_expand.h27 size_t num_channels) in MockExpand()
/external/autotest/server/site_tests/brillo_PlaybackAudioTest/
Dbrillo_PlaybackAudioTest.py70 num_channels, play_file_path=None): argument
95 num_channels): argument
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daccelerate.h32 Accelerate(int sample_rate_hz, size_t num_channels, in Accelerate()
Dneteq_impl_unittest.cc469 size_t num_channels; in TEST_F() local
548 size_t num_channels; in TEST_F() local
625 size_t num_channels; in TEST_F() local
737 size_t num_channels; in TEST_F() local
877 size_t num_channels; in TEST_F() local
983 size_t num_channels; in TEST_F() local
1080 size_t num_channels; in TEST_F() local
1201 size_t num_channels; in TEST_F() local
Dpreemptive_expand.h33 size_t num_channels, in PreemptiveExpand()
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/
Deval_utils_impl.py34 def image_grid(input_tensor, grid_shape, image_shape=(32, 32), num_channels=3): argument
/external/adhd/cras/examples/
Dcplay_buffer.c22 const unsigned int num_channels = 2; in main() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_audio_op_test.py37 def _CheckProto(self, audio_summ, sample_rate, num_channels, length_frames): argument
/external/adhd/cras/src/server/
Dlinear_resampler.c21 unsigned int num_channels; member
30 struct linear_resampler *linear_resampler_create(unsigned int num_channels, in linear_resampler_create()
/external/adhd/cras/src/common/
Dcras_audio_format.h77 size_t num_channels; member
94 uint32_t num_channels; member
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
Daudio_decoder_pcm16b.cc18 AudioDecoderPcm16B::AudioDecoderPcm16B(size_t num_channels) in AudioDecoderPcm16B()

1234567