/external/webrtc/webrtc/common_audio/include/ |
D | audio_util.h | 74 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/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.h | 21 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/ |
D | blocker.cc | 25 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()
|
D | wav_file.h | 54 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
|
D | wav_header.cc | 62 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()
|
D | channel_buffer.h | 45 : 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
|
D | audio_ring_buffer_unittest.cc | 27 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
|
D | wav_header_unittest.cc | 94 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
|
D | channel_buffer.cc | 16 size_t num_channels, in IFChannelBuffer()
|
D | wav_file.cc | 102 size_t num_channels) in WavWriter() 156 size_t num_channels) { in rtc_WavOpen()
|
/external/autotest/server/site_tests/brillo_RecordingAudioTest/ |
D | brillo_RecordingAudioTest.py | 36 def _get_recording_cmd(self, recording_method, duration_secs, num_channels, argument 68 sample_rate, num_channels): argument 110 num_channels=_DEFAULT_NUM_CHANNELS): argument
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | resampler.cc | 42 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/autotest/server/site_tests/brillo_PlaybackAudioTest/ |
D | brillo_PlaybackAudioTest.py | 65 duration_secs, num_channels, play_file_path=None): argument 92 num_channels=_DEFAULT_NUM_CHANNELS, argument
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl_unittest.cc | 469 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
|
D | accelerate.h | 32 Accelerate(int sample_rate_hz, size_t num_channels, in Accelerate()
|
D | preemptive_expand.h | 33 size_t num_channels, in PreemptiveExpand()
|
D | neteq_unittest.cc | 428 size_t num_channels; in Process() local 611 size_t num_channels; in TEST_F() local 656 size_t num_channels; in TEST_F() local 687 size_t num_channels; in TEST_F() local 712 size_t num_channels; in LongCngWithClockDrift() local 951 size_t num_channels; in TEST_F() local 985 size_t num_channels; in TEST_F() local 1275 size_t num_channels; in TEST_F() local 1351 size_t num_channels; in TEST_F() local 1418 size_t num_channels; in WrapTest() local [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_expand.h | 27 size_t num_channels) in MockExpand()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | test_utils.cc | 79 size_t num_channels, in WriteFloatData() 119 AudioProcessing::ChannelLayout LayoutFromChannels(size_t num_channels) { in LayoutFromChannels()
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | transient_suppression_test.cc | 79 int num_channels, in ReadBuffers() 128 int num_channels, in WritePCM()
|
D | transient_suppressor.cc | 70 int num_channels) { in Initialize() 167 int num_channels, in Suppress()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
D | audio_decoder_pcm16b.cc | 18 AudioDecoderPcm16B::AudioDecoderPcm16B(size_t num_channels) in AudioDecoderPcm16B()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_external_decoder_test.cc | 51 size_t num_channels; in GetOutputAudio() local
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | rent_a_codec.cc | 86 size_t num_channels) { in IsSupportedNumChannels() 101 size_t num_channels) { in NetEqDecoderFromCodecId()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_encoder_g722.h | 30 size_t num_channels = 1; member
|