Home
last modified time | relevance | path

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

12345678

/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/adhd/cras/src/tests/
Dapm_list_unittest.cc194 struct cras_audio_area *cras_audio_area_create(int num_channels) in cras_audio_area_create()
230 webrtc_apm webrtc_apm_create(unsigned int num_channels, in webrtc_apm_create()
242 int num_channels, in webrtc_apm_process_stream_f()
252 int num_channels, int rate, in webrtc_apm_process_reverse_stream_f()
/external/adhd/cras/src/server/
Dfloat_buffer.h20 unsigned int num_channels; member
31 unsigned int num_channels) in float_buffer_create()
/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/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/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dnoise_reduction_util.c28 int num_channels) { in NoiseReductionPopulateState()
Dfilterbank_util.h26 int num_channels; member
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dnoise_reduction_util.cc29 int num_channels) { in NoiseReductionPopulateState()
Dfilterbank_util.h24 int num_channels; member
/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/mock/
Dmock_expand.h27 size_t num_channels) in MockExpand()
/external/aac/libAACdec/src/
DFDK_delay.h114 UCHAR num_channels; /*!< Number of channels to delay. */ member
/external/webrtc/webrtc/modules/audio_coding/neteq/
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
Daccelerate.h32 Accelerate(int sample_rate_hz, size_t num_channels, in Accelerate()
/external/adhd/cras/examples/
Dcplay_buffer.c22 const unsigned int num_channels = 2; in main() local
/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

12345678